| Index: third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVR.h b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| index c83745a77b8125b5196512b5607c1c35eaab4eb7..9b30c88fb2b0a993d2b28b7c9e515ee22de79ac7 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "core/frame/DOMWindowProperty.h"
|
| +#include "core/frame/Navigator.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/vr/VRDisplay.h"
|
| #include "platform/Supplementable.h"
|
| @@ -17,7 +18,6 @@
|
| namespace blink {
|
|
|
| class Document;
|
| -class Navigator;
|
| class VRController;
|
|
|
| class MODULES_EXPORT NavigatorVR final : public GarbageCollectedFinalized<NavigatorVR>, public Supplement<Navigator>, public DOMWindowProperty {
|
|
|