diff options
Diffstat (limited to 'tools/aapt2/Locale.h')
-rw-r--r-- | tools/aapt2/Locale.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/aapt2/Locale.h b/tools/aapt2/Locale.h index fc6c448ac1dc..3d73b2eb17bf 100644 --- a/tools/aapt2/Locale.h +++ b/tools/aapt2/Locale.h @@ -21,8 +21,7 @@ #include <vector> #include "androidfw/ResourceTypes.h" - -#include "util/StringPiece.h" +#include "androidfw/StringPiece.h" namespace aapt { @@ -40,7 +39,7 @@ struct LocaleValue { /** * Initialize this LocaleValue from a config string. */ - bool InitFromFilterString(const StringPiece& config); + bool InitFromFilterString(const android::StringPiece& config); /** * Initialize this LocaleValue from parts of a vector. |