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/renderer/form_autofill_util.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/renderer/form_autofill_util.h
diff --git a/components/autofill/renderer/form_autofill_util.h b/components/autofill/renderer/form_autofill_util.h
index a7579ceb8cdb818489f7f3fbf2f6ca7a50910866..dfc80cdbc264ba8e7f96e08ccbb2fe92134538eb 100644
--- a/components/autofill/renderer/form_autofill_util.h
+++ b/components/autofill/renderer/form_autofill_util.h
@@ -64,7 +64,7 @@ bool IsAutofillableInputElement(const WebKit::WebInputElement* element);
// Returns the form's |name| attribute if non-empty; otherwise the form's |id|
// attribute.
-const string16 GetFormIdentifier(const WebKit::WebFormElement& form);
+const base::string16 GetFormIdentifier(const WebKit::WebFormElement& form);
// Returns true if the element specified by |click_element| was successfully
// clicked.

Powered by Google App Engine
This is Rietveld 408576698