Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: components/usb_service/usb_device.h

Issue 258783002: Extracted UsbService as interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed chromeos issue. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/usb_service/usb_context.h ('k') | components/usb_service/usb_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/usb_service/usb_context.h ('k') | components/usb_service/usb_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698