Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
index bd15a8653aa86ca4c88c3c715390ca5f79cfeb6b..ef9ed539ed77729bd7f3ed923979f47c77371252 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
@@ -57,7 +57,7 @@ class ManagePasswordsUIController |
// PasswordStore::Observer implementation. |
virtual void OnLoginsChanged( |
- const password_manager::PasswordStoreChangeList& changes) OVERRIDE; |
+ const password_manager::PasswordStoreChangeList& changes) override; |
// Called from the model when the user chooses to save a password; passes the |
// action off to the FormManager. The controller MUST be in a pending state, |
@@ -107,8 +107,8 @@ class ManagePasswordsUIController |
// content::WebContentsObserver: |
virtual void DidNavigateMainFrame( |
const content::LoadCommittedDetails& details, |
- const content::FrameNavigateParams& params) OVERRIDE; |
- virtual void WasHidden() OVERRIDE; |
+ const content::FrameNavigateParams& params) override; |
+ virtual void WasHidden() override; |
// We create copies of PasswordForm objects that come in with unclear lifetime |
// and store them in this vector as well as in |password_form_map_| to ensure |
@@ -143,7 +143,7 @@ class ManagePasswordsUIController |
void UpdateBubbleAndIconVisibility(); |
// content::WebContentsObserver: |
- virtual void WebContentsDestroyed() OVERRIDE; |
+ virtual void WebContentsDestroyed() override; |
// Set by OnPasswordSubmitted() when the user submits a form containing login |
// information. If the user responds to a subsequent "Do you want to save |