| Index: content/browser/vr/vr_device.h
|
| diff --git a/content/browser/vr/vr_device.h b/content/browser/vr/vr_device.h
|
| index e3f181715eb4d98a670900bb89e5c7e63e7cbe3d..4b7cb302b789af4d0d88559449428a115d06431d 100644
|
| --- a/content/browser/vr/vr_device.h
|
| +++ b/content/browser/vr/vr_device.h
|
| @@ -6,7 +6,7 @@
|
| #define CONTENT_BROWSER_VR_VR_DEVICE_H
|
|
|
| #include "base/macros.h"
|
| -#include "content/common/vr_service.mojom.h"
|
| +#include "third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h"
|
|
|
| namespace blink {
|
| struct WebHMDSensorState;
|
| @@ -30,8 +30,8 @@ class VRDevice {
|
| VRDeviceProvider* provider() const { return provider_; }
|
| unsigned int id() const { return id_; }
|
|
|
| - virtual mojom::VRDeviceInfoPtr GetVRDevice() = 0;
|
| - virtual mojom::VRSensorStatePtr GetSensorState() = 0;
|
| + virtual blink::mojom::VRDeviceInfoPtr GetVRDevice() = 0;
|
| + virtual blink::mojom::VRSensorStatePtr GetSensorState() = 0;
|
| virtual void ResetSensor() = 0;
|
|
|
| private:
|
|
|