Index: chrome/browser/ui/passwords/password_manager_presenter.h |
diff --git a/chrome/browser/ui/passwords/password_manager_presenter.h b/chrome/browser/ui/passwords/password_manager_presenter.h |
index 52523cf000bead5a576da0e5e6f6b0b4513952e5..522ad12da7a52413d1eaf4ccdd9514651eb0f308 100644 |
--- a/chrome/browser/ui/passwords/password_manager_presenter.h |
+++ b/chrome/browser/ui/passwords/password_manager_presenter.h |
@@ -94,8 +94,7 @@ class PasswordManagerPresenter |
void Populate() override; |
// Send the password store's reply back to the handler. |
- void OnGetPasswordStoreResults( |
- const std::vector<autofill::PasswordForm*>& results) override; |
+ void OnGetPasswordStoreResults() override; |
}; |
// A short class to mediate requests to the password store for exceptions. |
@@ -107,8 +106,7 @@ class PasswordManagerPresenter |
void Populate() override; |
// Send the password store's reply back to the handler. |
- void OnGetPasswordStoreResults( |
- const std::vector<autofill::PasswordForm*>& results) override; |
+ void OnGetPasswordStoreResults() override; |
}; |
// Password store consumer for populating the password list and exceptions. |