summaryrefslogtreecommitdiff
path: root/adb/adb_utils_test.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
committerElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
commit4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch)
tree5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /adb/adb_utils_test.cpp
parent1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff)
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'adb/adb_utils_test.cpp')
-rw-r--r--adb/adb_utils_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/adb_utils_test.cpp b/adb/adb_utils_test.cpp
index 93c20cb00e..4508bca2b1 100644
--- a/adb/adb_utils_test.cpp
+++ b/adb/adb_utils_test.cpp
@@ -30,8 +30,8 @@
#include "sysdeps.h"
-#include <base/macros.h>
-#include <base/test_utils.h>
+#include <android-base/macros.h>
+#include <android-base/test_utils.h>
#ifdef _WIN32
static std::string subdir(const char* parent, const char* child) {