diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 7e31356ea3..0745ee2b09 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -26,8 +26,8 @@ #include "dex_file.h" #include "gtest/gtest.h" #include "jni.h" -#include "root_visitor.h" #include "oat_file.h" +#include "object_callbacks.h" namespace art { namespace gc { @@ -235,7 +235,7 @@ class ClassLinker { LOCKS_EXCLUDED(dex_lock_) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - void VisitRoots(RootVisitor* visitor, void* arg, bool only_dirty, bool clean_dirty) + void VisitRoots(RootCallback* callback, void* arg, bool only_dirty, bool clean_dirty) LOCKS_EXCLUDED(Locks::classlinker_classes_lock_, dex_lock_); mirror::DexCache* FindDexCache(const DexFile& dex_file) const |