Index: chrome/browser/password_manager/native_backend_gnome_x.h |
diff --git a/chrome/browser/password_manager/native_backend_gnome_x.h b/chrome/browser/password_manager/native_backend_gnome_x.h |
index 4c89e9bdba382a280ea0796d31ef28b1ad2c08d6..c5d2c2ecd40e5ed1acf8fc7063d1c45ff340d28a 100644 |
--- a/chrome/browser/password_manager/native_backend_gnome_x.h |
+++ b/chrome/browser/password_manager/native_backend_gnome_x.h |
@@ -83,7 +83,9 @@ class NativeBackendGnome : 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; |