diff options
author | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
commit | 4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch) | |
tree | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /logd | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) | |
download | core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2 core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'logd')
-rw-r--r-- | logd/CommandListener.cpp | 2 | ||||
-rw-r--r-- | logd/LogStatistics.h | 2 | ||||
-rw-r--r-- | logd/LogWhiteBlackList.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/logd/CommandListener.cpp b/logd/CommandListener.cpp index eafa28fb4..c45111aa5 100644 --- a/logd/CommandListener.cpp +++ b/logd/CommandListener.cpp @@ -27,7 +27,7 @@ #include <string> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include <cutils/sockets.h> #include <private/android_filesystem_config.h> #include <sysutils/SocketClient.h> diff --git a/logd/LogStatistics.h b/logd/LogStatistics.h index 41f8b9581..28810d9d5 100644 --- a/logd/LogStatistics.h +++ b/logd/LogStatistics.h @@ -25,7 +25,7 @@ #include <string> // std::string #include <unordered_map> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include <log/log.h> #include <private/android_filesystem_config.h> diff --git a/logd/LogWhiteBlackList.cpp b/logd/LogWhiteBlackList.cpp index c71beb547..29e637e8e 100644 --- a/logd/LogWhiteBlackList.cpp +++ b/logd/LogWhiteBlackList.cpp @@ -16,7 +16,7 @@ #include <ctype.h> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include <cutils/properties.h> #include "LogWhiteBlackList.h" |