Index: chrome/browser/password_manager/native_backend_kwallet_x.h |
diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.h b/chrome/browser/password_manager/native_backend_kwallet_x.h |
index 1fab1859774464c751a6f53537dd49e3c9dcbd5a..3555815a9b3aa747d55c39780272fa14d88b54fb 100644 |
--- a/chrome/browser/password_manager/native_backend_kwallet_x.h |
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.h |
@@ -42,7 +42,9 @@ class NativeBackendKWallet : public PasswordStoreX::NativeBackend { |
// Implements NativeBackend interface. |
virtual password_manager::PasswordStoreChangeList AddLogin( |
const autofill::PasswordForm& form) OVERRIDE; |
- virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE; |
+ virtual bool UpdateLogin( |
+ const autofill::PasswordForm& form, |
+ password_manager::PasswordStoreChangeList* changes) OVERRIDE; |
virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE; |
virtual bool RemoveLoginsCreatedBetween( |
const base::Time& delete_begin, const base::Time& delete_end) OVERRIDE; |