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

Unified Diff: ash/system/chromeos/power/power_status_view.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
Index: ash/system/chromeos/power/power_status_view.h
diff --git a/ash/system/chromeos/power/power_status_view.h b/ash/system/chromeos/power/power_status_view.h
index 2d1a72b1498d6f848a0c51b82e0eb71def3cf38d..667476d336817d4eec3b42952ded00f1347a9d81 100644
--- a/ash/system/chromeos/power/power_status_view.h
+++ b/ash/system/chromeos/power/power_status_view.h
@@ -28,12 +28,12 @@ class ASH_EXPORT PowerStatusView : public views::View,
virtual ~PowerStatusView();
// Overridden from views::View.
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual int GetHeightForWidth(int width) const OVERRIDE;
- virtual void Layout() OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual int GetHeightForWidth(int width) const override;
+ virtual void Layout() override;
// Overridden from PowerStatus::Observer.
- virtual void OnPowerStatusChanged() OVERRIDE;
+ virtual void OnPowerStatusChanged() override;
private:
friend class PowerStatusDefaultViewTest;
@@ -45,7 +45,7 @@ class ASH_EXPORT PowerStatusView : public views::View,
void UpdateTextForNotificationView();
// Overridden from views::View.
- virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE;
+ virtual void ChildPreferredSizeChanged(views::View* child) override;
// Layout default view UI items on the right side of system tray pop up item
// if true; otherwise, layout the UI items on the left side.
« no previous file with comments | « ash/system/chromeos/power/power_status_unittest.cc ('k') | ash/system/chromeos/power/power_status_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698