| Index: device/battery/battery_monitor_impl.cc
|
| diff --git a/device/battery/battery_monitor_impl.cc b/device/battery/battery_monitor_impl.cc
|
| index 7a77c5b14da716fc0763286290a568e3f619f4f2..91f7772a73c18a35260a1206815229ffbb518cd8 100644
|
| --- a/device/battery/battery_monitor_impl.cc
|
| +++ b/device/battery/battery_monitor_impl.cc
|
| @@ -30,7 +30,7 @@
|
| }
|
|
|
| void BatteryMonitorImpl::QueryNextStatus(
|
| - const QueryNextStatusCallback& callback) {
|
| + const BatteryStatusCallback& callback) {
|
| if (!callback_.is_null()) {
|
| DVLOG(1) << "Overlapped call to QueryNextStatus!";
|
| delete this;
|
|
|