Index: components/usb_service/usb_context.h |
diff --git a/components/usb_service/usb_context.h b/components/usb_service/usb_context.h |
index 432617b31e099fc5e1ba6ede42b17dffa6c7bf1c..73e4ee654e73781238975704bd493185207f8a20 100644 |
--- a/components/usb_service/usb_context.h |
+++ b/components/usb_service/usb_context.h |
@@ -27,7 +27,7 @@ class USB_SERVICE_EXPORT UsbContext |
PlatformUsbContext context() const { return context_; } |
protected: |
- friend class UsbService; |
+ friend class UsbServiceImpl; |
friend class base::RefCountedThreadSafe<UsbContext>; |
explicit UsbContext(PlatformUsbContext context); |