Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: content/common/android/address_parser_internal.h

Issue 12087091: Move string tokenizer to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698