| 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 5fa84e8de1ee4d2aa2eec3df825dcde73597f9da..00a51ec9f912c9a558e24826a812514096a2bd22 100644
|
| --- a/content/browser/vr/vr_device_manager.h
|
| +++ b/content/browser/vr/vr_device_manager.h
|
| @@ -18,7 +18,7 @@
|
| #include "content/browser/vr/vr_device_provider.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/vr_service.mojom.h"
|
| -#include "mojo/public/cpp/bindings/weak_binding_set.h"
|
| +#include "mojo/public/cpp/bindings/binding_set.h"
|
|
|
| namespace content {
|
|
|
| @@ -65,7 +65,7 @@ class VRDeviceManager : public VRService {
|
|
|
| bool vr_initialized_;
|
|
|
| - mojo::WeakBindingSet<VRService> bindings_;
|
| + mojo::BindingSet<VRService> bindings_;
|
|
|
| // For testing. If true will not delete self when consumer count reaches 0.
|
| bool keep_alive_;
|
|
|