summaryrefslogtreecommitdiff
path: root/runtime/native/scoped_fast_native_object_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/native/scoped_fast_native_object_access.h')
-rw-r--r--runtime/native/scoped_fast_native_object_access.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/native/scoped_fast_native_object_access.h b/runtime/native/scoped_fast_native_object_access.h
index 6a9365d517..a3b01d7701 100644
--- a/runtime/native/scoped_fast_native_object_access.h
+++ b/runtime/native/scoped_fast_native_object_access.h
@@ -19,9 +19,10 @@
#include <jni.h>
+#include "base/macros.h"
#include "scoped_thread_state_change.h"
-namespace art {
+namespace art HIDDEN {
// Variant of ScopedObjectAccess that does no runnable transitions. Should only be used by "fast"
// JNI methods.