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

Unified Diff: ash/system/status_area_widget.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/overview/overview_button_tray.h ('k') | ash/system/status_area_widget_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.h
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
index e7e12cc7e6fad80465446890fbba7d80182de0c4..4f74330977e4d4deff770a3839cda52835a8c9d0 100644
--- a/ash/system/status_area_widget.h
+++ b/ash/system/status_area_widget.h
@@ -72,7 +72,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
void SchedulePaint();
// Overridden from views::Widget:
- virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
+ virtual void OnNativeWidgetActivationChanged(bool active) override;
private:
void AddSystemTray();
« no previous file with comments | « ash/system/overview/overview_button_tray.h ('k') | ash/system/status_area_widget_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698