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

Unified Diff: components/autofill/browser/autofill_type.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_type.h
diff --git a/components/autofill/browser/autofill_type.h b/components/autofill/browser/autofill_type.h
index a199c2460364bf574f200a3b5776984bce4af707..0598c4ea859ef4e0d21abfe854d35743d12d90c4 100644
--- a/components/autofill/browser/autofill_type.h
+++ b/components/autofill/browser/autofill_type.h
@@ -49,6 +49,6 @@ class AutofillType {
typedef AutofillType::FieldTypeGroup FieldTypeGroup;
typedef std::set<AutofillFieldType> FieldTypeSet;
-typedef std::map<string16, AutofillFieldType> FieldTypeMap;
+typedef std::map<base::string16, AutofillFieldType> FieldTypeMap;
#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698