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

Unified Diff: ash/system/tray/tray_popup_label_button_border.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_popup_header_button.h ('k') | ash/system/tray_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_label_button_border.h
diff --git a/ash/system/tray/tray_popup_label_button_border.h b/ash/system/tray/tray_popup_label_button_border.h
index 8207d89f5ed1cf7e6b6ac3017fb8ebadb75fc946..18a30fb9f41a8f3d9e8e21bffca25d8fc13a6035 100644
--- a/ash/system/tray/tray_popup_label_button_border.h
+++ b/ash/system/tray/tray_popup_label_button_border.h
@@ -19,7 +19,7 @@ class TrayPopupLabelButtonBorder : public views::LabelButtonBorder {
virtual ~TrayPopupLabelButtonBorder();
// views::LabelButtonBorder:
- virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
+ virtual void Paint(const views::View& view, gfx::Canvas* canvas) override;
private:
DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);
« no previous file with comments | « ash/system/tray/tray_popup_header_button.h ('k') | ash/system/tray_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698