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

Unified Diff: device/usb/usb_service_impl.h

Issue 2690383002: Add device path enumeration to the new Windows USB backend. (Closed)
Patch Set: Fix a comment. Created 3 years, 10 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 | « device/usb/usb_device_win.cc ('k') | device/usb/usb_service_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_service_impl.h
diff --git a/device/usb/usb_service_impl.h b/device/usb/usb_service_impl.h
index e5467fb0b0c4ea99fcc2fd7b575484dba08da4fa..c644842aeba6f7a9dafa2e53da76a04fd38139ba 100644
--- a/device/usb/usb_service_impl.h
+++ b/device/usb/usb_service_impl.h
@@ -34,6 +34,8 @@ namespace device {
typedef struct libusb_device* PlatformUsbDevice;
typedef struct libusb_context* PlatformUsbContext;
+class UsbDeviceImpl;
+
class UsbServiceImpl :
#if defined(OS_WIN)
public DeviceMonitorWin::Observer,
« no previous file with comments | « device/usb/usb_device_win.cc ('k') | device/usb/usb_service_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698