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

Unified Diff: components/autofill/browser/address_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/address_field.h
diff --git a/components/autofill/browser/address_field.h b/components/autofill/browser/address_field.h
index debdf536ab1439b7b5f3f1718b2eb1ba784190a3..e2621ff5ae5d0caa2af6dd3e9e8e15f164025655 100644
--- a/components/autofill/browser/address_field.h
+++ b/components/autofill/browser/address_field.h
@@ -62,7 +62,7 @@ class AddressField : public FormField {
// Looks for an address type in the given text, which the caller must
// convert to lowercase.
- static AddressType AddressTypeFromText(const string16& text);
+ static AddressType AddressTypeFromText(const base::string16& text);
// Tries to determine the billing/shipping type of this address.
AddressType FindType() const;

Powered by Google App Engine
This is Rietveld 408576698