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 ba01c7b3c65f70fad65b50a9dd3fba35fa20b901..76c9d6bb14c88fa63a29866d4198559ff0e29b05 100644 |
--- a/components/autofill/content/renderer/autofill_agent.h |
+++ b/components/autofill/content/renderer/autofill_agent.h |
@@ -101,7 +101,8 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnFillFieldWithValue(const base::string16& value); |
void OnPreviewFieldWithValue(const base::string16& value); |
void OnAcceptDataListSuggestion(const base::string16& value); |
- void OnAcceptPasswordAutofillSuggestion(const base::string16& username); |
+ void OnAcceptPasswordAutofillSuggestion(const base::string16& username, |
+ const base::string16& password); |
// Called when interactive autocomplete finishes. |
void OnRequestAutocompleteResult( |