Index: components/password_manager/core/browser/password_store.h |
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h |
index 89a4131b96dd4bb6930fefb8de15293990d6ad83..1eb261f92846e6a4a9714ecbfa2bc0828aa67926 100644 |
--- a/components/password_manager/core/browser/password_store.h |
+++ b/components/password_manager/core/browser/password_store.h |
@@ -115,7 +115,7 @@ class PasswordStore : public base::RefCountedThreadSafe<PasswordStore> { |
virtual void AddLogin(const autofill::PasswordForm& form); |
// Updates the matching PasswordForm in the secure password store (async). |
- void UpdateLogin(const autofill::PasswordForm& form); |
+ virtual void UpdateLogin(const autofill::PasswordForm& form); |
// Removes the matching PasswordForm from the secure password store (async). |
void RemoveLogin(const autofill::PasswordForm& form); |