diff options
Diffstat (limited to 'test/910-methods/methods.cc')
| -rw-r--r-- | test/910-methods/methods.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/910-methods/methods.cc b/test/910-methods/methods.cc index 429076c386..ded4f09df7 100644 --- a/test/910-methods/methods.cc +++ b/test/910-methods/methods.cc @@ -16,10 +16,11 @@ #include <stdio.h> -#include "base/macros.h" +#include "android-base/macros.h" + #include "jni.h" #include "jvmti.h" -#include "ScopedLocalRef.h" +#include "scoped_local_ref.h" // Test infrastructure #include "jni_helper.h" |