| Index: third_party/WebKit/Source/modules/gamepad/Gamepad.h
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/Gamepad.h b/third_party/WebKit/Source/modules/gamepad/Gamepad.h
|
| index 0b1895965f34a7f14cb25882d05d4510233c9565..b168134b74f42c057bb1e81529dfd27d4aae7703 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/Gamepad.h
|
| +++ b/third_party/WebKit/Source/modules/gamepad/Gamepad.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef Gamepad_h
|
| #define Gamepad_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "device/gamepad/public/cpp/gamepad.h"
|
| #include "modules/gamepad/GamepadButton.h"
|
| #include "modules/gamepad/GamepadPose.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Vector.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|