| Index: components/usb_service/usb_device.h
|
| diff --git a/components/usb_service/usb_device.h b/components/usb_service/usb_device.h
|
| index 2de419335f73ee16e314926cf108cc87f7c5defd..6ca7a6eba844cb13b77e3c729310c7c1f96b3f60 100644
|
| --- a/components/usb_service/usb_device.h
|
| +++ b/components/usb_service/usb_device.h
|
| @@ -61,7 +61,7 @@ class USB_SERVICE_EXPORT UsbDevice
|
| virtual scoped_refptr<UsbConfigDescriptor> ListInterfaces();
|
|
|
| protected:
|
| - friend class UsbService;
|
| + friend class UsbServiceImpl;
|
| friend class base::RefCountedThreadSafe<UsbDevice>;
|
|
|
| // Called by UsbService only;
|
|
|