| 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/client/main.cpp b/client/main.cpp index 04b9882..3ce5242 100644 --- a/client/main.cpp +++ b/client/main.cpp
@@ -27,9 +27,9 @@ #include <sched.h> #endif -#include "base/file.h" -#include "base/logging.h" -#include "base/stringprintf.h" +#include <android-base/file.h> +#include <android-base/logging.h> +#include <android-base/stringprintf.h> #include "adb.h" #include "adb_auth.h"