| 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_; }
|
|
|