| Index: Source/WebKit/chromium/src/BatteryClientImpl.h
|
| diff --git a/Source/WebKit/chromium/src/BatteryClientImpl.h b/Source/WebKit/chromium/src/BatteryClientImpl.h
|
| index 96ab20f205d4c0f754da085d4d7d8d267bfae352..7a850e48dac4e16821853fb4f0605f85ad02ad14 100644
|
| --- a/Source/WebKit/chromium/src/BatteryClientImpl.h
|
| +++ b/Source/WebKit/chromium/src/BatteryClientImpl.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #if ENABLE(BATTERY_STATUS)
|
|
|
| -#include "BatteryClient.h"
|
| #include "WebBatteryStatus.h"
|
| +#include "modules/battery/BatteryClient.h"
|
|
|
| namespace WebCore { class BatteryController; }
|
|
|
|
|