| Index: base/power_monitor/power_monitor_device_source.h
|
| diff --git a/base/power_monitor/power_monitor_device_source.h b/base/power_monitor/power_monitor_device_source.h
|
| index d29ec0a499d81d0dc0a80af69b34a626edaa3563..3d264b444b005ace3dab31628c2b083c838caed0 100644
|
| --- a/base/power_monitor/power_monitor_device_source.h
|
| +++ b/base/power_monitor/power_monitor_device_source.h
|
| @@ -90,7 +90,7 @@ class BASE_EXPORT PowerMonitorDeviceSource : public PowerMonitorSource {
|
| // Platform-specific method to check whether the system is currently
|
| // running on battery power. Returns true if running on batteries,
|
| // false otherwise.
|
| - virtual bool IsOnBatteryPowerImpl() OVERRIDE;
|
| + virtual bool IsOnBatteryPowerImpl() override;
|
|
|
| // Checks the battery status and notifies observers if the battery
|
| // status has changed.
|
|
|