| Index: third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/battery/BatteryManager.cpp b/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| index ce54477de4d5f2da3c8aa0e284468529b937fba4..41fbf315887d1611f1b0a916d4b57b2b6572523c 100644
|
| --- a/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "core/dom/Document.h"
|
| #include "core/events/Event.h"
|
| #include "modules/battery/BatteryDispatcher.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|