| Index: components/autofill/content/renderer/autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
|
| index 1f25703a3aaf460171cd1b50296c81ee53052f02..a16feeba414f8c6b4ea75f8fd0e1eca8945da3fa 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -103,7 +103,7 @@ class AutofillAgent : public content::RenderViewObserver,
|
| void OnClearPreviewedForm();
|
| void OnSetNodeText(const base::string16& value);
|
| void OnAcceptDataListSuggestion(const base::string16& value);
|
| - void OnAcceptPasswordAutofillSuggestion(const base::string16& value);
|
| + void OnAcceptPasswordAutofillSuggestion(const base::string16& username);
|
|
|
| // Called when interactive autocomplete finishes.
|
| void OnRequestAutocompleteResult(
|
|
|