Index: chrome/browser/usb/web_usb_permission_bubble.h |
diff --git a/chrome/browser/usb/web_usb_permission_bubble.h b/chrome/browser/usb/web_usb_permission_bubble.h |
index 687f2c09c3d4d19cfbe2ec6a2ba5aa720dd1d5c7..d55ffc6fcaad984490444decd7be438b4b71d0e0 100644 |
--- a/chrome/browser/usb/web_usb_permission_bubble.h |
+++ b/chrome/browser/usb/web_usb_permission_bubble.h |
@@ -11,8 +11,8 @@ |
#include "components/bubble/bubble_reference.h" |
#include "components/webusb/public/interfaces/webusb_permission_bubble.mojom.h" |
#include "mojo/public/cpp/bindings/array.h" |
+#include "mojo/public/cpp/bindings/binding_set.h" |
#include "mojo/public/cpp/bindings/interface_request.h" |
-#include "mojo/public/cpp/bindings/weak_binding_set.h" |
namespace content { |
class RenderFrameHost; |
@@ -39,7 +39,7 @@ class ChromeWebUsbPermissionBubble : public webusb::WebUsbPermissionBubble { |
private: |
content::RenderFrameHost* const render_frame_host_; |
- mojo::WeakBindingSet<webusb::WebUsbPermissionBubble> bindings_; |
+ mojo::BindingSet<webusb::WebUsbPermissionBubble> bindings_; |
std::vector<BubbleReference> bubbles_; |
DISALLOW_COPY_AND_ASSIGN(ChromeWebUsbPermissionBubble); |