diff options
Diffstat (limited to 'runtime/native/java_lang_System.cc')
-rw-r--r-- | runtime/native/java_lang_System.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_System.cc b/runtime/native/java_lang_System.cc index 203d98dc4c..63cbd2c815 100644 --- a/runtime/native/java_lang_System.cc +++ b/runtime/native/java_lang_System.cc @@ -29,7 +29,7 @@ #include "native_util.h" #include "scoped_fast_native_object_access-inl.h" -namespace art HIDDEN { +namespace art { /* * We make guarantees about the atomicity of accesses to primitive variables. These guarantees |