| Index: content/common/android/address_parser_internal.h
|
| diff --git a/content/common/android/address_parser_internal.h b/content/common/android/address_parser_internal.h
|
| index 81fc3e3ea4b9a4d1ea2cce44f35ac3ee01698be6..f236afc2d485a47e690a0781c017b79f7848c635 100644
|
| --- a/content/common/android/address_parser_internal.h
|
| +++ b/content/common/android/address_parser_internal.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/string_tokenizer.h"
|
| +#include "base/strings/string_tokenizer.h"
|
| #include "content/common/content_export.h"
|
|
|
| namespace content {
|
| @@ -63,7 +63,7 @@ class CONTENT_EXPORT HouseNumberParser {
|
| };
|
|
|
| typedef std::vector<Word> WordList;
|
| -typedef StringTokenizerT<string16, string16::const_iterator>
|
| +typedef base::StringTokenizerT<string16, string16::const_iterator>
|
| String16Tokenizer;
|
|
|
| // These are exposed for tests.
|
|
|