Index: chrome/browser/password_manager/password_store_x.h |
diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h |
index 0eb2bea0a72f1239018a88af6b843966bfb4fbab..ac1cf52b2ec4ba2a670bec74f1648a8bb5dc80fc 100644 |
--- a/chrome/browser/password_manager/password_store_x.h |
+++ b/chrome/browser/password_manager/password_store_x.h |
@@ -40,7 +40,8 @@ class PasswordStoreX : public password_manager::PasswordStoreDefault { |
virtual bool Init() = 0; |
- virtual bool AddLogin(const autofill::PasswordForm& form) = 0; |
+ virtual password_manager::PasswordStoreChangeList AddLogin( |
+ const autofill::PasswordForm& form) = 0; |
virtual bool UpdateLogin(const autofill::PasswordForm& form) = 0; |
virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0; |
virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin, |