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

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/password_manager/save_password_infobar_delegate.h
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.h b/chrome/browser/password_manager/save_password_infobar_delegate.h
index 13964d4bb3fcbb186ec50a4c7497522b82d179cc..1854a77fe63b90d56eed1a7391984138a6015a4f 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate.h
+++ b/chrome/browser/password_manager/save_password_infobar_delegate.h
@@ -54,18 +54,18 @@ class SavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
scoped_ptr<SavePasswordInfoBarDelegate> delegate);
// InfoBarDelegate
- virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
+ virtual bool ShouldExpire(const NavigationDetails& details) const override;
// ConfirmInfoBarDelegate
- virtual int GetIconID() const OVERRIDE;
- virtual Type GetInfoBarType() const OVERRIDE;
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
- virtual bool Accept() OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual void InfoBarDismissed() OVERRIDE;
-
- virtual InfoBarAutomationType GetInfoBarAutomationType() const OVERRIDE;
+ virtual int GetIconID() const override;
+ virtual Type GetInfoBarType() const override;
+ virtual base::string16 GetMessageText() const override;
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
+ virtual bool Accept() override;
+ virtual bool Cancel() override;
+ virtual void InfoBarDismissed() override;
+
+ virtual InfoBarAutomationType GetInfoBarAutomationType() const override;
// The PasswordFormManager managing the form we're asking the user about,
// and should update as per her decision.
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/browser/pepper_broker_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698