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/usb_linux.cpp b/usb_linux.cpp index 0358b62..ed5d2d6 100644 --- a/usb_linux.cpp +++ b/usb_linux.cpp
@@ -39,9 +39,9 @@ #include <mutex> #include <string> -#include <base/file.h> -#include <base/stringprintf.h> -#include <base/strings.h> +#include <android-base/file.h> +#include <android-base/stringprintf.h> +#include <android-base/strings.h> #include "adb.h" #include "transport.h"