commit | 4f71319df011d796a60a43fc1bc68e16fbf7d321 | [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 | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d [diff] [blame] |
Track rename of base/ to android-base/. Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/adb/usb_osx.cpp b/adb/usb_osx.cpp index e0dcc756..148be1d 100644 --- a/adb/usb_osx.cpp +++ b/adb/usb_osx.cpp
@@ -29,8 +29,8 @@ #include <inttypes.h> #include <stdio.h> -#include <base/logging.h> -#include <base/stringprintf.h> +#include <android-base/logging.h> +#include <android-base/stringprintf.h> #include "adb.h" #include "transport.h"