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 601f58927318bdb87ccd3090bd6d92ab69e4f6e9..34edd660897264e58920da877fe71071017b5311 100644 |
--- a/chrome/browser/password_manager/native_backend_gnome_x.h |
+++ b/chrome/browser/password_manager/native_backend_gnome_x.h |
@@ -88,27 +88,27 @@ class NativeBackendGnome : public PasswordStoreX::NativeBackend, |
virtual ~NativeBackendGnome(); |
- virtual bool Init() OVERRIDE; |
+ virtual bool Init() override; |
// Implements NativeBackend interface. |
virtual password_manager::PasswordStoreChangeList AddLogin( |
- const autofill::PasswordForm& form) OVERRIDE; |
+ 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; |
+ password_manager::PasswordStoreChangeList* changes) override; |
+ virtual bool RemoveLogin(const autofill::PasswordForm& form) override; |
virtual bool RemoveLoginsCreatedBetween( |
base::Time delete_begin, |
base::Time delete_end, |
- password_manager::PasswordStoreChangeList* changes) OVERRIDE; |
+ password_manager::PasswordStoreChangeList* changes) override; |
virtual bool RemoveLoginsSyncedBetween( |
base::Time delete_begin, |
base::Time delete_end, |
- password_manager::PasswordStoreChangeList* changes) OVERRIDE; |
+ password_manager::PasswordStoreChangeList* changes) override; |
virtual bool GetLogins(const autofill::PasswordForm& form, |
- PasswordFormList* forms) OVERRIDE; |
- virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE; |
- virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE; |
+ PasswordFormList* forms) override; |
+ virtual bool GetAutofillableLogins(PasswordFormList* forms) override; |
+ virtual bool GetBlacklistLogins(PasswordFormList* forms) override; |
private: |
enum TimestampToCompare { |