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 e39ee04bb82b335575d9ce2e5146c4c91e2d5c76..1fab1859774464c751a6f53537dd49e3c9dcbd5a 100644 |
--- a/chrome/browser/password_manager/native_backend_kwallet_x.h |
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.h |
@@ -40,7 +40,8 @@ class NativeBackendKWallet : public PasswordStoreX::NativeBackend { |
virtual bool Init() OVERRIDE; |
// Implements NativeBackend interface. |
- virtual bool AddLogin(const autofill::PasswordForm& form) OVERRIDE; |
+ virtual password_manager::PasswordStoreChangeList AddLogin( |
+ const autofill::PasswordForm& form) OVERRIDE; |
virtual bool UpdateLogin(const autofill::PasswordForm& form) OVERRIDE; |
virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE; |
virtual bool RemoveLoginsCreatedBetween( |