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..8f527363135f82da70304add8212e905a0a5ba5e 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, |