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

Unified Diff: base/timer/hi_res_timer_manager.h

Issue 611153004: replace OVERRIDE and FINAL with override and final in base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CC_ -> BASE_ 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 | « base/time/time_unittest.cc ('k') | base/timer/mock_timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/timer/hi_res_timer_manager.h
diff --git a/base/timer/hi_res_timer_manager.h b/base/timer/hi_res_timer_manager.h
index 7fcdb0d396bc5444d9e1fdc1ec390e1c1de2bff9..bfe1f4dfc785237092b797013c999c43719f5b63 100644
--- a/base/timer/hi_res_timer_manager.h
+++ b/base/timer/hi_res_timer_manager.h
@@ -19,7 +19,7 @@ class BASE_EXPORT HighResolutionTimerManager : public base::PowerObserver {
virtual ~HighResolutionTimerManager();
// base::PowerObserver method.
- virtual void OnPowerStateChange(bool on_battery_power) OVERRIDE;
+ virtual void OnPowerStateChange(bool on_battery_power) override;
// Returns true if the hi resolution clock could be used right now.
bool hi_res_clock_available() const { return hi_res_clock_available_; }
« no previous file with comments | « base/time/time_unittest.cc ('k') | base/timer/mock_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698