| Index: third_party/WebKit/Source/modules/gamepad/GamepadPose.h
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadPose.h b/third_party/WebKit/Source/modules/gamepad/GamepadPose.h
|
| index 9f48783cadcc0946165556ec9e6cda2849738cd6..22fb859c1f85142e3213a14e3a3c15fa187ead5c 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/GamepadPose.h
|
| +++ b/third_party/WebKit/Source/modules/gamepad/GamepadPose.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef GamepadPose_h
|
| #define GamepadPose_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "device/gamepad/public/cpp/gamepad.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
|
|