| 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 10fdfa2f4ca605e79728429f17bc41472d2bbd12..7ea8e24bf451037770b4d72a67cdda2558f2c8f8 100644 | 
| --- a/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp | 
| +++ b/third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp | 
| @@ -19,9 +19,9 @@ VRGetDevicesCallback::~VRGetDevicesCallback() | 
| { | 
| } | 
|  | 
| -void VRGetDevicesCallback::onSuccess(mojo::WTFArray<mojom::blink::VRDeviceInfoPtr> devices) | 
| +void VRGetDevicesCallback::onSuccess(mojo::WTFArray<mojom::blink::VRDisplayPtr> displays) | 
| { | 
| -    m_resolver->resolve(m_displays->updateDisplays(std::move(devices))); | 
| +    m_resolver->resolve(m_displays->updateDisplays(std::move(displays))); | 
| } | 
|  | 
| void VRGetDevicesCallback::onError() | 
|  |