| Index: third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp
|
| diff --git a/third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp b/third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp
|
| index 13ad6ceae00b001fee89ede0928d7a5d8c56434d..a9157e029eb455d378013a415543221882886c2c 100644
|
| --- a/third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp
|
| +++ b/third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp
|
| @@ -10,7 +10,7 @@ namespace blink {
|
|
|
| void InternalsBattery::updateBatteryStatus(Internals&, bool charging, double chargingTime, double dischargingTime, double level)
|
| {
|
| - BatteryDispatcher::instance().OnUpdateBatteryStatus(
|
| + BatteryDispatcher::instance().updateBatteryStatusForTesting(
|
| BatteryStatus(charging, chargingTime, dischargingTime, level));
|
| }
|
|
|
|
|