| Index: third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
|
| index e93867146b97386b2b426050de1de417b4c4c2fe..885c0a3abfd97726413d4c3c85b050d7aff77fdf 100644
|
| --- a/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
|
| @@ -5,10 +5,10 @@
|
| #include "modules/battery/BatteryDispatcher.h"
|
|
|
| #include "platform/mojo/MojoHelper.h"
|
| +#include "platform/wtf/Assertions.h"
|
| #include "public/platform/Platform.h"
|
| #include "services/device/public/interfaces/constants.mojom-blink.h"
|
| #include "services/service_manager/public/cpp/connector.h"
|
| -#include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|