| Index: content/child/power_monitor_broadcast_source.h
|
| diff --git a/content/child/power_monitor_broadcast_source.h b/content/child/power_monitor_broadcast_source.h
|
| index 7bed46beb4f8b7cbe833e8fe6b61a5aea9208d15..42d3e0ca88cff3ce50a9be718bc8009b643518fc 100644
|
| --- a/content/child/power_monitor_broadcast_source.h
|
| +++ b/content/child/power_monitor_broadcast_source.h
|
| @@ -30,7 +30,7 @@ class CONTENT_EXPORT PowerMonitorBroadcastSource :
|
| private:
|
| friend class PowerMessageFilter;
|
|
|
| - virtual bool IsOnBatteryPowerImpl() OVERRIDE;
|
| + virtual bool IsOnBatteryPowerImpl() override;
|
|
|
| void OnPowerStateChange(bool on_battery_power);
|
| void OnSuspend();
|
|
|