| Index: Source/modules/gamepad/Gamepad.h
|
| diff --git a/Source/modules/gamepad/Gamepad.h b/Source/modules/gamepad/Gamepad.h
|
| index cea96ac91d8dc7b50037cd58885dc77b4c5da51c..c240668751e3d8416d7f259afc8d08aaa0fe3a9f 100644
|
| --- a/Source/modules/gamepad/Gamepad.h
|
| +++ b/Source/modules/gamepad/Gamepad.h
|
| @@ -27,9 +27,9 @@
|
| #define Gamepad_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/gamepad/GamepadButton.h"
|
| #include "modules/gamepad/GamepadCommon.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "public/platform/WebGamepad.h"
|
| #include "wtf/RefCounted.h"
|
|
|
|
|