| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 4aceaf571b422a133f722bdcda44dd6ceb9b7b1b..3690caf3c674c12ddd7189f44218675434fec097 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -99,7 +99,7 @@
|
| #if defined(ENABLE_WEBVR)
|
| #include "base/command_line.h"
|
| #include "content/public/common/content_switches.h"
|
| -#include "device/vr/vr_device_manager.h" // nogncheck
|
| +#include "device/vr/vr_service_impl.h" // nogncheck
|
| #endif
|
|
|
| using base::TimeDelta;
|
| @@ -2071,7 +2071,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
|
|
|
| if (browser_command_line.HasSwitch(switches::kEnableWebVR)) {
|
| GetInterfaceRegistry()->AddInterface<device::VRService>(
|
| - base::Bind(&device::VRDeviceManager::BindRequest));
|
| + base::Bind(&device::VRServiceImpl::BindRequest));
|
| }
|
| #endif
|
|
|
|
|