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

Unified Diff: chrome/browser/chromeos/ui/echo_dialog_view.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/ui/echo_dialog_view.h
diff --git a/chrome/browser/chromeos/ui/echo_dialog_view.h b/chrome/browser/chromeos/ui/echo_dialog_view.h
index e214e46ea28b49e3403079f91c8141953c3bd9d1..a9ab789cf6ef1fbcaa5b17b75228518506ae719f 100644
--- a/chrome/browser/chromeos/ui/echo_dialog_view.h
+++ b/chrome/browser/chromeos/ui/echo_dialog_view.h
@@ -50,23 +50,24 @@ class EchoDialogView : public views::DialogDelegateView,
friend class ExtensionEchoPrivateApiTest;
// views::DialogDelegate overrides.
- virtual int GetDialogButtons() const OVERRIDE;
- virtual int GetDefaultDialogButton() const OVERRIDE;
- virtual base::string16 GetDialogButtonLabel(ui::DialogButton button) const OVERRIDE;
- virtual bool Cancel() OVERRIDE;
- virtual bool Accept() OVERRIDE;
+ virtual int GetDialogButtons() const override;
+ virtual int GetDefaultDialogButton() const override;
+ virtual base::string16 GetDialogButtonLabel(
+ ui::DialogButton button) const override;
+ virtual bool Cancel() override;
+ virtual bool Accept() override;
// views::WidgetDelegate overrides.
- virtual ui::ModalType GetModalType() const OVERRIDE;
- virtual bool ShouldShowWindowTitle() const OVERRIDE;
- virtual bool ShouldShowWindowIcon() const OVERRIDE;
+ virtual ui::ModalType GetModalType() const override;
+ virtual bool ShouldShowWindowTitle() const override;
+ virtual bool ShouldShowWindowIcon() const override;
// views::LinkListener override.
virtual void StyledLabelLinkClicked(const gfx::Range& range,
- int event_flags) OVERRIDE;
+ int event_flags) override;
// views::View override.
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
// Sets the border and bounds for the styled label containing the dialog
// text.
« no previous file with comments | « chrome/browser/chromeos/ui/choose_mobile_network_dialog.h ('k') | chrome/browser/chromeos/ui/focus_ring_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698