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

Unified Diff: components/usb_service/usb_context.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.gypi ('k') | components/usb_service/usb_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/usb_service.gypi ('k') | components/usb_service/usb_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698