summaryrefslogtreecommitdiff
path: root/memory_replay
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
committerElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
commit66dd09e8e2407082ce93bf0784de641298131912 (patch)
tree31ac5585be49d7f7a87f7651fb008a177ff6b49d /memory_replay
parentdd7f62ed576e70e73a92b278c99dcba0d27f33a5 (diff)
downloadextras-66dd09e8e2407082ce93bf0784de641298131912.tar.gz
Track rename from base/ to android-base/.
Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
Diffstat (limited to 'memory_replay')
-rw-r--r--memory_replay/tests/LineBufferTest.cpp2
-rw-r--r--memory_replay/tests/NativeInfoTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/memory_replay/tests/LineBufferTest.cpp b/memory_replay/tests/LineBufferTest.cpp
index 56bdb918..29d1b53b 100644
--- a/memory_replay/tests/LineBufferTest.cpp
+++ b/memory_replay/tests/LineBufferTest.cpp
@@ -18,7 +18,7 @@
#include <string>
-#include <base/test_utils.h>
+#include <android-base/test_utils.h>
#include "LineBuffer.h"
diff --git a/memory_replay/tests/NativeInfoTest.cpp b/memory_replay/tests/NativeInfoTest.cpp
index e527e46d..59dbbd98 100644
--- a/memory_replay/tests/NativeInfoTest.cpp
+++ b/memory_replay/tests/NativeInfoTest.cpp
@@ -19,7 +19,7 @@
#include <string>
-#include <base/test_utils.h>
+#include <android-base/test_utils.h>
#include "NativeInfo.h"