Index: content/common/hi_res_timer_manager.h |
diff --git a/content/common/hi_res_timer_manager.h b/content/common/hi_res_timer_manager.h |
index ff2ff1f081282e7bf47804b874dae5f7d2602e25..210789f870cc0bf9a23aa22a83184378038ff2f0 100644 |
--- a/content/common/hi_res_timer_manager.h |
+++ b/content/common/hi_res_timer_manager.h |
@@ -18,7 +18,7 @@ class CONTENT_EXPORT HighResolutionTimerManager |
virtual ~HighResolutionTimerManager(); |
// base::SystemMonitor::PowerObserver: |
- virtual void OnPowerStateChange(bool on_battery_power); |
+ 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_; } |