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 /base/logging.cpp | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) | |
download | system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2 system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'base/logging.cpp')
-rw-r--r-- | base/logging.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/logging.cpp b/base/logging.cpp index 85f8b3fad..a385902e8 100644 --- a/base/logging.cpp +++ b/base/logging.cpp @@ -18,7 +18,7 @@ #include <windows.h> #endif -#include "base/logging.h" +#include "android-base/logging.h" #include <libgen.h> @@ -40,8 +40,8 @@ #include <mutex> #endif -#include "base/macros.h" -#include "base/strings.h" +#include "android-base/macros.h" +#include "android-base/strings.h" #include "cutils/threads.h" // Headers for LogMessage::LogLine. |