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

Unified Diff: components/autofill/browser/form_structure.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/form_structure.h
diff --git a/components/autofill/browser/form_structure.h b/components/autofill/browser/form_structure.h
index 5512accec6ca94278e0393542ef5d82dc59c2a7a..2f50bfc67b1c3302ef2ecf3baf49585e4a8cccb2 100644
--- a/components/autofill/browser/form_structure.h
+++ b/components/autofill/browser/form_structure.h
@@ -207,7 +207,7 @@ class FormStructure {
size_t active_field_count() const;
// The name of the form.
- string16 form_name_;
+ base::string16 form_name_;
// The source URL.
GURL source_url_;

Powered by Google App Engine
This is Rietveld 408576698