Index: chrome/browser/password_manager/chrome_password_manager_client.h |
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h |
index 17584aa1611f715190f7fea693f9c5c00f6e8689..f57fc3b5652ae426c7f119945ea7a18b700c5dc7 100644 |
--- a/chrome/browser/password_manager/chrome_password_manager_client.h |
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h |
@@ -43,7 +43,8 @@ class ChromePasswordManagerClient |
password_manager::PasswordFormManager* form_to_save) OVERRIDE; |
virtual void PasswordWasAutofilled( |
const autofill::PasswordFormMap& best_matches) const OVERRIDE; |
- virtual void PasswordAutofillWasBlocked() const OVERRIDE; |
+ virtual void PasswordAutofillWasBlocked( |
+ const autofill::PasswordFormMap& best_matches) const OVERRIDE; |
virtual void AuthenticateAutofillAndFillForm( |
scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE; |
virtual PrefService* GetPrefs() OVERRIDE; |