| Index: third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
|
| index ef0bff9d04f5ab20519ff80eec77180d2b9f0b60..48edf76e07630e6a45252d804a2b84af9e9beb16 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
|
| @@ -5,14 +5,13 @@
|
| #ifndef VRGetDevicesCallback_h
|
| #define VRGetDevicesCallback_h
|
|
|
| +#include "modules/vr/VRController.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/modules/vr/WebVRClient.h"
|
|
|
| namespace blink {
|
|
|
| class VRHardwareUnitCollection;
|
| class ScriptPromiseResolver;
|
| -class WebVRClient;
|
|
|
| class VRGetDevicesCallback final : public WebVRGetDevicesCallback {
|
| USING_FAST_MALLOC(VRGetDevicesCallback);
|
|
|