diff options
Diffstat (limited to 'runtime/mirror/string-alloc-inl.h')
-rw-r--r-- | runtime/mirror/string-alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/string-alloc-inl.h b/runtime/mirror/string-alloc-inl.h index 9c2529cef4..944dea02c0 100644 --- a/runtime/mirror/string-alloc-inl.h +++ b/runtime/mirror/string-alloc-inl.h @@ -32,7 +32,7 @@ #include "runtime_globals.h" #include "thread.h" -namespace art { +namespace art HIDDEN { namespace mirror { // Sets string count in the allocation code path to ensure it is guarded by a CAS. |