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 f759d488743d34139fa8193ed7eaf116584f6d41..fa523a3ae0983349536dbd712d5cded60ca1ddbc 100644 |
--- a/components/password_manager/core/browser/test_password_store.h |
+++ b/components/password_manager/core/browser/test_password_store.h |
@@ -57,7 +57,8 @@ class TestPasswordStore : public PasswordStore { |
void WrapModificationTask(ModificationTask task) override; |
// Unused portions of PasswordStore interface |
- void ReportMetricsImpl(const std::string& sync_username) override {} |
+ void ReportMetricsImpl(const std::string& sync_username, |
+ bool custom_passphrase_sync_enabled) override {} |
PasswordStoreChangeList RemoveLoginsCreatedBetweenImpl( |
base::Time begin, |
base::Time end) override; |