| Index: third_party/WebKit/Source/modules/vr/VRPose.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRPose.h b/third_party/WebKit/Source/modules/vr/VRPose.h
|
| index fa5593041d465f38f4624e04b201120e8a66f300..9624df8b2db9162794abd3dac9bb80ecf5f52d10 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRPose.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRPose.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef VRPose_h
|
| #define VRPose_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "device/vr/vr_service.mojom-blink.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
|
|