| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index b0da2dedd23a482c3ab393dff449d35447f98467..90b48fd11a5b596f9f69875b1e887ab03f8a3ddd 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -53,9 +53,9 @@ class PasswordAutofillAgent : public content::RenderFrameObserver {
|
|
|
| // Fills the username and password fields of this form with the given values.
|
| // Returns true if the fields were filled, false otherwise.
|
| - bool FillSuggestion(const blink::WebFormControlElement& node,
|
| - const blink::WebString& username,
|
| - const blink::WebString& password);
|
| + bool FillSuggestion(const blink::WebFormControlElement& control_element,
|
| + const base::string16& username,
|
| + const base::string16& password);
|
|
|
| // Previews the username and password fields of this form with the given
|
| // values. Returns true if the fields were previewed, false otherwise.
|
|
|