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

Unified Diff: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/sync/profile_signin_confirmation_dialog_views.h
diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
index 31e263a2a4f6956501ca0960e8ca0038d48dfd26..85be61b2a78b4f7facb5f31a1ae2291d3d72d65b 100644
--- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
+++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
@@ -44,24 +44,24 @@ class ProfileSigninConfirmationDialogViews : public views::DialogDelegateView,
virtual ~ProfileSigninConfirmationDialogViews();
// views::DialogDelegateView:
- virtual base::string16 GetWindowTitle() const OVERRIDE;
+ virtual base::string16 GetWindowTitle() const override;
virtual base::string16 GetDialogButtonLabel(
- ui::DialogButton button) const OVERRIDE;
- virtual int GetDefaultDialogButton() const OVERRIDE;
- virtual views::View* CreateExtraView() OVERRIDE;
- virtual bool Accept() OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual void OnClosed() OVERRIDE;
- virtual ui::ModalType GetModalType() const OVERRIDE;
+ ui::DialogButton button) const override;
+ virtual int GetDefaultDialogButton() const override;
+ virtual views::View* CreateExtraView() override;
+ virtual bool Accept() override;
+ virtual bool Cancel() override;
+ virtual void OnClosed() override;
+ virtual ui::ModalType GetModalType() const override;
virtual void ViewHierarchyChanged(
- const ViewHierarchyChangedDetails& details) OVERRIDE;
+ const ViewHierarchyChangedDetails& details) override;
// views::StyledLabelListener:
virtual void StyledLabelLinkClicked(const gfx::Range& range,
- int event_flags) OVERRIDE;
+ int event_flags) override;
// views::ButtonListener:
- virtual void ButtonPressed(views::Button*, const ui::Event& event) OVERRIDE;
+ virtual void ButtonPressed(views::Button*, const ui::Event& event) override;
// Shows the dialog and releases ownership of this object. It will
// delete itself when the dialog is closed. If |prompt_for_new_profile|

Powered by Google App Engine
This is Rietveld 408576698