diff options
author | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
commit | 4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch) | |
tree | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /adb/adb_utils_test.cpp | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (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.cpp | 4 |
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) { |