| Index: content/browser/vr/vr_device.h
|
| diff --git a/content/browser/vr/vr_device.h b/content/browser/vr/vr_device.h
|
| index e3026d73ef8099a0074d79af87b42076bf4bcdc4..e3f181715eb4d98a670900bb89e5c7e63e7cbe3d 100644
|
| --- a/content/browser/vr/vr_device.h
|
| +++ b/content/browser/vr/vr_device.h
|
| @@ -30,8 +30,8 @@ class VRDevice {
|
| VRDeviceProvider* provider() const { return provider_; }
|
| unsigned int id() const { return id_; }
|
|
|
| - virtual VRDeviceInfoPtr GetVRDevice() = 0;
|
| - virtual VRSensorStatePtr GetSensorState() = 0;
|
| + virtual mojom::VRDeviceInfoPtr GetVRDevice() = 0;
|
| + virtual mojom::VRSensorStatePtr GetSensorState() = 0;
|
| virtual void ResetSensor() = 0;
|
|
|
| private:
|
|
|