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/sysdeps_win32_test.cpp | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) | |
download | system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2 system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'adb/sysdeps_win32_test.cpp')
-rwxr-xr-x | adb/sysdeps_win32_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/sysdeps_win32_test.cpp b/adb/sysdeps_win32_test.cpp index 55b5eb462..81923cb60 100755 --- a/adb/sysdeps_win32_test.cpp +++ b/adb/sysdeps_win32_test.cpp @@ -18,7 +18,7 @@ #include "sysdeps.h" -#include "base/test_utils.h" +#include <android-base/test_utils.h> TEST(sysdeps_win32, adb_getenv) { // Insert all test env vars before first call to adb_getenv() which will |