Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5262)

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_test.h ('k') | chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698