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

Unified Diff: components/autofill/browser/autofill_regexes.h

Issue 13973004: Convert string16 -> base::string16 in components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: components/autofill/browser/autofill_regexes.h
diff --git a/components/autofill/browser/autofill_regexes.h b/components/autofill/browser/autofill_regexes.h
index 8d5a8f970782326f5e679b6aef8068cfc7dce8a5..cfd23effb5d2827fa8cd56599fb0067353847532 100644
--- a/components/autofill/browser/autofill_regexes.h
+++ b/components/autofill/browser/autofill_regexes.h
@@ -12,7 +12,8 @@ namespace autofill {
// Case-insensitive regular expression matching.
// Returns true if |pattern| is found in |input|.
-bool MatchesPattern(const string16& input, const string16& pattern);
+bool MatchesPattern(const base::string16& input,
+ const base::string16& pattern);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698