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

Unified Diff: components/autofill/browser/phone_field.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/phone_field.h
diff --git a/components/autofill/browser/phone_field.h b/components/autofill/browser/phone_field.h
index ee3cb0a625136ee4bf930fcb8006ac0164f98e91..c262b6864132138ce5697a46cf7bc256e9d32836 100644
--- a/components/autofill/browser/phone_field.h
+++ b/components/autofill/browser/phone_field.h
@@ -77,7 +77,7 @@ class PhoneField : public FormField {
PhoneField();
// Returns the regular expression string correspoding to |regex_id|
- static string16 GetRegExp(RegexType regex_id);
+ static base::string16 GetRegExp(RegexType regex_id);
// FIELD_PHONE is always present; holds suffix if prefix is present.
// The rest could be NULL.

Powered by Google App Engine
This is Rietveld 408576698