| Index: components/usb_service/usb_device_impl.h
|
| diff --git a/components/usb_service/usb_device_impl.h b/components/usb_service/usb_device_impl.h
|
| index 5a7cc24331d14d762d6f4f9e5751f9019d6c455b..db84f5e76f69e7edb6f4163c19facca7bbcf79ff 100644
|
| --- a/components/usb_service/usb_device_impl.h
|
| +++ b/components/usb_service/usb_device_impl.h
|
| @@ -17,7 +17,7 @@ struct libusb_config_descriptor;
|
|
|
| namespace usb_service {
|
|
|
| -class UsbDeviceHandle;
|
| +class UsbDeviceHandleImpl;
|
| class UsbContext;
|
|
|
| typedef libusb_device* PlatformUsbDevice;
|
| @@ -58,7 +58,7 @@ class UsbDeviceImpl : public UsbDevice {
|
| scoped_refptr<UsbContext> context_;
|
|
|
| // Opened handles.
|
| - typedef std::vector<scoped_refptr<UsbDeviceHandle> > HandlesVector;
|
| + typedef std::vector<scoped_refptr<UsbDeviceHandleImpl> > HandlesVector;
|
| HandlesVector handles_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UsbDeviceImpl);
|
|
|