| Index: base/power_monitor/power_monitor_device_source_win.cc
|
| diff --git a/base/power_monitor/power_monitor_device_source_win.cc b/base/power_monitor/power_monitor_device_source_win.cc
|
| index ba00f2f0426d0810d1c59f02088ccdff239be511..b8b16e1d3449ca8122f29a5fa094d57695ecb62b 100644
|
| --- a/base/power_monitor/power_monitor_device_source_win.cc
|
| +++ b/base/power_monitor/power_monitor_device_source_win.cc
|
| @@ -55,7 +55,7 @@ void ProcessWmPowerBroadcastMessage(WPARAM event_id) {
|
| bool PowerMonitorDeviceSource::IsOnBatteryPowerImpl() {
|
| SYSTEM_POWER_STATUS status;
|
| if (!GetSystemPowerStatus(&status)) {
|
| - DLOG_GETLASTERROR(ERROR) << "GetSystemPowerStatus failed";
|
| + DPLOG(ERROR) << "GetSystemPowerStatus failed";
|
| return false;
|
| }
|
| return (status.ACLineStatus == 0);
|
|
|