| 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);
|
|
|