summaryrefslogtreecommitdiff
path: root/test/904-object-allocation/tracking.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/904-object-allocation/tracking.cc')
-rw-r--r--test/904-object-allocation/tracking.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/904-object-allocation/tracking.cc b/test/904-object-allocation/tracking.cc
index 303f954b3b..c829496975 100644
--- a/test/904-object-allocation/tracking.cc
+++ b/test/904-object-allocation/tracking.cc
@@ -19,12 +19,11 @@
#include <stdio.h>
#include <vector>
-#include "base/logging.h"
+#include "android-base/logging.h"
#include "jni.h"
#include "jvmti.h"
-#include "ScopedLocalRef.h"
-#include "ScopedUtfChars.h"
-#include "utils.h"
+#include "scoped_local_ref.h"
+#include "scoped_utf_chars.h"
// Test infrastructure
#include "jvmti_helper.h"