| Index: device/usb/usb_device.h
|
| diff --git a/device/usb/usb_device.h b/device/usb/usb_device.h
|
| index 58c9792ada65d060cb0a3a2496af96ab54370dec..4dc115c58cc5a2c189b03901315013fe191b56e2 100644
|
| --- a/device/usb/usb_device.h
|
| +++ b/device/usb/usb_device.h
|
| @@ -96,6 +96,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
|
| protected:
|
| friend class UsbService;
|
|
|
| + UsbDevice();
|
| UsbDevice(const UsbDeviceDescriptor& descriptor,
|
| const base::string16& manufacturer_string,
|
| const base::string16& product_string,
|
| @@ -134,6 +135,7 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
|
| friend class UsbServiceAndroid;
|
| friend class UsbServiceImpl;
|
| friend class UsbServiceLinux;
|
| + friend class UsbServiceWin;
|
|
|
| void OnDisconnect();
|
| void HandleClosed(UsbDeviceHandle* handle);
|
|
|