summaryrefslogtreecommitdiff
path: root/runtime/object_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/object_callbacks.h')
-rw-r--r--runtime/object_callbacks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/object_callbacks.h b/runtime/object_callbacks.h
index 9eccb5a280..d36913b891 100644
--- a/runtime/object_callbacks.h
+++ b/runtime/object_callbacks.h
@@ -21,8 +21,8 @@
namespace art {
namespace mirror {
- class Object;
- template<class MirrorType> class HeapReference;
+class Object;
+template<class MirrorType> class HeapReference;
} // namespace mirror
class IsMarkedVisitor {