commit | 7a90a002d51ecec9c50ab66d5e1b7851b1de201e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Fri Dec 04 22:00:26 2015 -0800 |
committer | Elliott Hughes <[email protected]> | Fri Dec 04 22:00:26 2015 -0800 |
tree | 75488c67fc418f771691c0aa9caa88346126ed75 | |
parent | 54549e8f4f9ed6a41ec54c8098f9c77d3531fd28 [diff] [blame] |
Track rename of base/ to android-base/. Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/adb_client.cpp b/adb_client.cpp index ddeb5f1..cb5e488 100644 --- a/adb_client.cpp +++ b/adb_client.cpp
@@ -31,8 +31,8 @@ #include <string> #include <vector> -#include <base/stringprintf.h> -#include <base/strings.h> +#include <android-base/stringprintf.h> +#include <android-base/strings.h> #include <cutils/sockets.h> #include "adb_io.h"