| Index: app/hi_res_timer_manager.h
|
| diff --git a/app/hi_res_timer_manager.h b/app/hi_res_timer_manager.h
|
| index 7eed795ca2acbefb586961b8976d08a3b8989158..7f3b87bcacc067aee41cc9c70208bcb5971cabed 100644
|
| --- a/app/hi_res_timer_manager.h
|
| +++ b/app/hi_res_timer_manager.h
|
| @@ -16,7 +16,7 @@ class HighResolutionTimerManager : public SystemMonitor::PowerObserver {
|
| virtual ~HighResolutionTimerManager();
|
|
|
| // SystemMonitor::PowerObserver:
|
| - void OnPowerStateChange(bool on_battery_power);
|
| + virtual void OnPowerStateChange(bool on_battery_power);
|
|
|
| private:
|
| // Enable or disable the faster multimedia timer.
|
|
|