Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
index ecfe5353f44b0de925d873ef2c2eb37c696d3816..761c22dc27a21894855d6dadbd0fa19f9da9eb6e 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp |
@@ -63,7 +63,7 @@ |
#include "modules/serviceworkers/NavigatorServiceWorker.h" |
#include "modules/serviceworkers/ServiceWorkerLinkResource.h" |
#include "modules/storage/DOMWindowStorageController.h" |
-#include "modules/vr/NavigatorVRDevice.h" |
+#include "modules/vr/NavigatorVR.h" |
#include "platform/Histogram.h" |
#include "platform/MIMETypeRegistry.h" |
#include "platform/RuntimeEnabledFeatures.h" |
@@ -167,7 +167,7 @@ void FrameLoaderClientImpl::dispatchDidClearWindowObjectInMainWorld() |
NavigatorServiceWorker::from(*document); |
DOMWindowStorageController::from(*document); |
if (RuntimeEnabledFeatures::webVREnabled()) |
- NavigatorVRDevice::from(*document); |
+ NavigatorVR::from(*document); |
} |
} |
// FIXME: when extensions go out of process, this whole concept stops working. |