Index: components/password_manager/core/browser/test_password_store.h |
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h |
index 8a644a6deb18e3eb1f0b5e1db7da7e5c39a42646..837dfaa6c7d5652ef0cde75ea170c30e0a146eb1 100644 |
--- a/components/password_manager/core/browser/test_password_store.h |
+++ b/components/password_manager/core/browser/test_password_store.h |
@@ -46,6 +46,8 @@ class TestPasswordStore : public PasswordStore { |
const autofill::PasswordForm& form) override; |
std::vector<std::unique_ptr<autofill::PasswordForm>> FillMatchingLogins( |
const FormDigest& form) override; |
+ std::vector<std::unique_ptr<autofill::PasswordForm>> |
+ FillLoginsForSameOrganizationName(const std::string& signon_realm) override; |
// Unused portions of PasswordStore interface |
void ReportMetricsImpl(const std::string& sync_username, |