| Index: device/vr/vr_service_impl.h
|
| diff --git a/device/vr/vr_service_impl.h b/device/vr/vr_service_impl.h
|
| index a004cea944bafbddeba490ccc5ec47234d69b4fe..bb4cdfc64f94f9d02ef2aab9d5f50029992952bb 100644
|
| --- a/device/vr/vr_service_impl.h
|
| +++ b/device/vr/vr_service_impl.h
|
| @@ -15,6 +15,10 @@
|
| #include "device/vr/vr_service.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace device {
|
|
|
| // Browser process representation of a WebVR site session. Instantiated through
|
| @@ -28,7 +32,8 @@ class VRServiceImpl : public mojom::VRService {
|
| DEVICE_VR_EXPORT ~VRServiceImpl() override;
|
|
|
| DEVICE_VR_EXPORT static void Create(
|
| - mojo::InterfaceRequest<mojom::VRService> request);
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::VRServiceRequest request);
|
|
|
| // mojom::VRService implementation
|
| // Adds this service to the VRDeviceManager.
|
|
|