| Index: third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp
|
| index 7ea8e24bf451037770b4d72a67cdda2558f2c8f8..3fd4469a20b79e3aa2e8e6f8495650d90e2d4bf3 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp
|
| @@ -19,7 +19,7 @@ VRGetDevicesCallback::~VRGetDevicesCallback()
|
| {
|
| }
|
|
|
| -void VRGetDevicesCallback::onSuccess(mojo::WTFArray<mojom::blink::VRDisplayPtr> displays)
|
| +void VRGetDevicesCallback::onSuccess(mojo::WTFArray<device::blink::VRDisplayPtr> displays)
|
| {
|
| m_resolver->resolve(m_displays->updateDisplays(std::move(displays)));
|
| }
|
|
|