summaryrefslogtreecommitdiffstats
path: root/content/browser/vr/vr_device_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/vr/vr_device_manager.h')
-rw-r--r--content/browser/vr/vr_device_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/vr/vr_device_manager.h b/content/browser/vr/vr_device_manager.h
index 5fa84e8..00a51ec 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_;