| Index: chrome/browser/usb/usb_service.h
|
| diff --git a/chrome/browser/usb/usb_service.h b/chrome/browser/usb/usb_service.h
|
| index 84e7cb079f5c1d0eb09ad7ae82480baee082cf11..b18c71db7a95056bddcd394b6fc032a04cfca1d1 100644
|
| --- a/chrome/browser/usb/usb_service.h
|
| +++ b/chrome/browser/usb/usb_service.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/browser/usb/usb_device.h"
|
| -#include "third_party/libusb/libusb.h"
|
| +#include "third_party/libusb/src/libusb/libusb.h"
|
|
|
| class UsbEventHandler;
|
| typedef libusb_context* PlatformUsbContext;
|
|
|