summaryrefslogtreecommitdiff
path: root/test/904-object-allocation/tracking.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-04-03 17:56:59 +0000
committer android-build-merger <android-build-merger@google.com> 2017-04-03 17:56:59 +0000
commit42fc455ab8bf2b762677e17e724dfcdce20b412c (patch)
tree228f2dcaa3b5ff09d82bf4ee109ad60d2c97956e /test/904-object-allocation/tracking.cc
parent2f113f6355afaffb85160d464b20638cd5de2179 (diff)
parent1927f66beb916b028ef9d15d72dc3667c41e4a66 (diff)
Merge "ART: TI Agent test library refactor"
am: 1927f66beb Change-Id: Ie14195b4dcd9063af20acb21e0877a2222c8a277
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"