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_event_observer.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/chromeos/network/tray_vpn.cc ('k') | ash/system/chromeos/power/power_event_observer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/power/power_event_observer.h
diff --git a/ash/system/chromeos/power/power_event_observer.h b/ash/system/chromeos/power/power_event_observer.h
index 46b6eb9b1c608a8b14a497e727d575b881de3c6b..bc6562f1bd46b4942194d5891e8c331d7c7f0338 100644
--- a/ash/system/chromeos/power/power_event_observer.h
+++ b/ash/system/chromeos/power/power_event_observer.h
@@ -24,13 +24,13 @@ class ASH_EXPORT PowerEventObserver
virtual ~PowerEventObserver();
// chromeos::PowerManagerClient::Observer overrides:
- virtual void BrightnessChanged(int level, bool user_initiated) OVERRIDE;
- virtual void SuspendImminent() OVERRIDE;
- virtual void SuspendDone(const base::TimeDelta& sleep_duration) OVERRIDE;
+ virtual void BrightnessChanged(int level, bool user_initiated) override;
+ virtual void SuspendImminent() override;
+ virtual void SuspendDone(const base::TimeDelta& sleep_duration) override;
// chromeos::SessionManagerClient::Observer overrides.
- virtual void ScreenIsLocked() OVERRIDE;
- virtual void ScreenIsUnlocked() OVERRIDE;
+ virtual void ScreenIsLocked() override;
+ virtual void ScreenIsUnlocked() override;
// Is the screen currently locked?
bool screen_locked_;
« no previous file with comments | « ash/system/chromeos/network/tray_vpn.cc ('k') | ash/system/chromeos/power/power_event_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698