summaryrefslogtreecommitdiffstats
path: root/base/power_monitor
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-07 10:59:11 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 17:59:25 +0000
commit9e096de10e6fdcafde67df469ed9a6b8b156dfb1 (patch)
tree301e744a7e3e865e32a6fd0a779c115e926b7fd6 /base/power_monitor
parent35d1d3a0d525595304fc8333373ddb660bd649cc (diff)
downloadchromium_src-9e096de10e6fdcafde67df469ed9a6b8b156dfb1.zip
chromium_src-9e096de10e6fdcafde67df469ed9a6b8b156dfb1.tar.gz
chromium_src-9e096de10e6fdcafde67df469ed9a6b8b156dfb1.tar.bz2
replace OVERRIDE and FINAL with override and final in base/
BUG=417463 Review URL: https://codereview.chromium.org/611153004 Cr-Commit-Position: refs/heads/master@{#298520}
Diffstat (limited to 'base/power_monitor')
-rw-r--r--base/power_monitor/power_monitor_device_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/power_monitor/power_monitor_device_source.h b/base/power_monitor/power_monitor_device_source.h
index d29ec0a..3d264b4 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.