| 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..c9556d8d43bd1b34be29ddea79d68c5906fb5cf6 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;
|
| + 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_; }
|
|
|