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

Unified Diff: device/usb/usb_service_impl.h

Issue 2690383002: Add device path enumeration to the new Windows USB backend. (Closed)
Patch Set: 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
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;
scheib 2017/02/14 19:40:05 You don't use this, at least in this patch.
Reilly Grant (use Gerrit) 2017/02/15 22:03:13 Changing headers broke compilation of this file wh
+
class UsbServiceImpl :
#if defined(OS_WIN)
public DeviceMonitorWin::Observer,

Powered by Google App Engine
This is Rietveld 408576698