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

Unified Diff: components/usb_service/usb_device_impl.h

Issue 270323003: Extracted UsbConfigDescriptor, UsbInterfaceDescriptor and helper classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: components/usb_service/usb_device_impl.h
diff --git a/components/usb_service/usb_device_impl.h b/components/usb_service/usb_device_impl.h
index eafbe1588ddae60bb34e6adab1327c89f76db7eb..5a7cc24331d14d762d6f4f9e5751f9019d6c455b 100644
--- a/components/usb_service/usb_device_impl.h
+++ b/components/usb_service/usb_device_impl.h
@@ -13,6 +13,7 @@
#include "components/usb_service/usb_device.h"
struct libusb_device;
+struct libusb_config_descriptor;
namespace usb_service {
@@ -20,6 +21,7 @@ class UsbDeviceHandle;
class UsbContext;
typedef libusb_device* PlatformUsbDevice;
+typedef libusb_config_descriptor* PlatformUsbConfigDescriptor;
class UsbDeviceImpl : public UsbDevice {
public:

Powered by Google App Engine
This is Rietveld 408576698