| Index: device/usb/mojo/device_impl.h
|
| diff --git a/device/usb/mojo/device_impl.h b/device/usb/mojo/device_impl.h
|
| index a0a4cfc551bc0f4f034c3f778a4cdd81a358de76..73ca880a7a47414539e1344791dd6ba5e4f96f74 100644
|
| --- a/device/usb/mojo/device_impl.h
|
| +++ b/device/usb/mojo/device_impl.h
|
| @@ -16,9 +16,9 @@
|
| #include "device/usb/public/interfaces/device.mojom.h"
|
| #include "device/usb/usb_device.h"
|
| #include "device/usb/usb_device_handle.h"
|
| -#include "mojo/public/cpp/bindings/binding.h"
|
| #include "mojo/public/cpp/bindings/callback.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| +#include "mojo/public/cpp/bindings/strong_binding.h"
|
|
|
| namespace net {
|
| class IOBuffer;
|
| @@ -109,7 +109,7 @@ class DeviceImpl : public Device, public device::UsbDevice::Observer {
|
| // has been closed.
|
| scoped_refptr<UsbDeviceHandle> device_handle_;
|
|
|
| - mojo::Binding<Device> binding_;
|
| + mojo::StrongBinding<Device> binding_;
|
| base::WeakPtrFactory<DeviceImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DeviceImpl);
|
|
|