| Index: chrome/browser/usb/usb_device.h
|
| diff --git a/chrome/browser/usb/usb_device.h b/chrome/browser/usb/usb_device.h
|
| index 1109b766059aa9407b3630c63b6139c411836d36..d3dd31db8b3f5cb9a2045648aa709799d76b2245 100644
|
| --- a/chrome/browser/usb/usb_device.h
|
| +++ b/chrome/browser/usb/usb_device.h
|
| @@ -11,7 +11,10 @@
|
| #include "base/synchronization/lock.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/io_buffer.h"
|
| -#include "third_party/libusb/libusb.h"
|
| +
|
| +struct libusb_device;
|
| +struct libusb_device_handle;
|
| +struct libusb_transfer;
|
|
|
| typedef libusb_device* PlatformUsbDevice;
|
| typedef libusb_device_handle* PlatformUsbDeviceHandle;
|
|
|