commit | f55ead962f2257312af08fe730ef9d3f3d988e76 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
tree | 75488c67fc418f771691c0aa9caa88346126ed75 | |
parent | b13dd00d883d02dfef1a403caa63501ddca50a09 [diff] [blame] |
Track rename of base/ to android-base/. Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/adb_io.cpp b/adb_io.cpp index a37fbc0..176b7bd 100644 --- a/adb_io.cpp +++ b/adb_io.cpp
@@ -20,7 +20,7 @@ #include <unistd.h> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include "adb_trace.h" #include "adb_utils.h"