| Index: content/browser/vr/vr_device_manager.h
|
| diff --git a/content/browser/vr/vr_device_manager.h b/content/browser/vr/vr_device_manager.h
|
| index 6c8dc9646a8d882c1b656ef1aa2b8d94aaa2005a..58789f767be8ffca376e78b2fb3c6a62ae0ad4bf 100644
|
| --- a/content/browser/vr/vr_device_manager.h
|
| +++ b/content/browser/vr/vr_device_manager.h
|
| @@ -20,7 +20,7 @@
|
|
|
| namespace content {
|
|
|
| -class VRDeviceManager : public VRService, public mojo::ErrorHandler {
|
| +class VRDeviceManager : public VRService {
|
| public:
|
| ~VRDeviceManager() override;
|
|
|
| @@ -51,8 +51,8 @@ class VRDeviceManager : public VRService, public mojo::ErrorHandler {
|
| const GetSensorStateCallback& callback) override;
|
| void ResetSensor(uint32_t index) override;
|
|
|
| - // mojo::ErrorHandler implementation
|
| - void OnConnectionError() override;
|
| + // Mojo connection error handler.
|
| + void OnConnectionError();
|
|
|
| using ProviderList = std::vector<linked_ptr<VRDeviceProvider>>;
|
| ProviderList providers_;
|
|
|