| 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 37b065a77c6a16498fc07993a7eb5b1276ad606a..1eb61653512dfe41c4fda850d0c442c63bca5738 100644
|
| --- a/base/power_monitor/power_monitor_device_source.h
|
| +++ b/base/power_monitor/power_monitor_device_source.h
|
| @@ -80,7 +80,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;
|
| + bool IsOnBatteryPowerImpl() override;
|
|
|
| // Checks the battery status and notifies observers if the battery
|
| // status has changed.
|
|
|