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

Unified Diff: components/autofill/renderer/password_autofill_agent.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/password_autofill_agent.h
diff --git a/components/autofill/renderer/password_autofill_agent.h b/components/autofill/renderer/password_autofill_agent.h
index e2955fd929bb6ab8b26b53fadcb9ddaa57bf6478..5f787d6c3bbfb05761ab4cb56dc5073ef3b97a4f 100644
--- a/components/autofill/renderer/password_autofill_agent.h
+++ b/components/autofill/renderer/password_autofill_agent.h
@@ -86,8 +86,8 @@ class PasswordAutofillAgent : public content::RenderViewObserver,
void SendPasswordForms(WebKit::WebFrame* frame, bool only_visible);
void GetSuggestions(const PasswordFormFillData& fill_data,
- const string16& input,
- std::vector<string16>* suggestions);
+ const base::string16& input,
+ std::vector<base::string16>* suggestions);
bool ShowSuggestionPopup(const PasswordFormFillData& fill_data,
const WebKit::WebInputElement& user_input);

Powered by Google App Engine
This is Rietveld 408576698