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

Unified Diff: ash/system/tray/tray_popup_header_button.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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
« no previous file with comments | « ash/system/tray/tray_notification_view.h ('k') | ash/system/tray/tray_popup_label_button_border.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_header_button.h
diff --git a/ash/system/tray/tray_popup_header_button.h b/ash/system/tray/tray_popup_header_button.h
index 41a76276a3991bc4add41c6620f22ef697c7139b..e6e4c574bebbe2315cd6a3170d60ac613e12e2d0 100644
--- a/ash/system/tray/tray_popup_header_button.h
+++ b/ash/system/tray/tray_popup_header_button.h
@@ -28,12 +28,12 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
private:
// Overridden from views::View:
- virtual const char* GetClassName() const OVERRIDE;
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual void OnPaintBorder(gfx::Canvas* canvas) OVERRIDE;
+ virtual const char* GetClassName() const override;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual void OnPaintBorder(gfx::Canvas* canvas) override;
// Overridden from views::CustomButton:
- virtual void StateChanged() OVERRIDE;
+ virtual void StateChanged() override;
DISALLOW_COPY_AND_ASSIGN(TrayPopupHeaderButton);
};
« no previous file with comments | « ash/system/tray/tray_notification_view.h ('k') | ash/system/tray/tray_popup_label_button_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698