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 /init/init_parser.cpp | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'init/init_parser.cpp')
-rw-r--r-- | init/init_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init_parser.cpp b/init/init_parser.cpp index 5b8e27b82..b44ca59d5 100644 --- a/init/init_parser.cpp +++ b/init/init_parser.cpp @@ -25,7 +25,7 @@ #include "service.h" #include "util.h" -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> Parser::Parser() { } |