diff options
author | Elliott Hughes <enh@google.com> | 2015-12-04 15:33:35 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-04 15:33:35 -0800 |
commit | be5474da4bfc961419feaee5046162e8524f08c1 (patch) | |
tree | 7622c9aff4b780948452dd397f9a3e8a051e99dd /tools/aapt/pseudolocalize.h | |
parent | 1c9bdfd0294cd1b13470ae6443bfa2ad425bd7dd (diff) |
Track rename from base/ to android-base/.
Change-Id: I31be831de812052d1c0d4c0781178d0756124bcf
Diffstat (limited to 'tools/aapt/pseudolocalize.h')
-rw-r--r-- | tools/aapt/pseudolocalize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/pseudolocalize.h b/tools/aapt/pseudolocalize.h index 71b974b0c269..1faecd14172d 100644 --- a/tools/aapt/pseudolocalize.h +++ b/tools/aapt/pseudolocalize.h @@ -1,7 +1,7 @@ #ifndef HOST_PSEUDOLOCALIZE_H #define HOST_PSEUDOLOCALIZE_H -#include <base/macros.h> +#include <android-base/macros.h> #include "StringPool.h" class PseudoMethodImpl { |