| Index: device/devices_app/usb/type_converters.h
|
| diff --git a/device/devices_app/usb/type_converters.h b/device/devices_app/usb/type_converters.h
|
| index a721c675c3b7d2858966aa080920fa717e048788..c220178103e833e2c722a9ff426fd7fe8e556c33 100644
|
| --- a/device/devices_app/usb/type_converters.h
|
| +++ b/device/devices_app/usb/type_converters.h
|
| @@ -13,8 +13,8 @@
|
| #include "device/usb/usb_device_filter.h"
|
| #include "device/usb/usb_device_handle.h"
|
| #include "device/usb/webusb_descriptors.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/array.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
|
| +#include "mojo/public/cpp/bindings/array.h"
|
| +#include "mojo/public/cpp/bindings/type_converter.h"
|
|
|
| // Type converters to convert objects between internal device/usb data types and
|
| // public Mojo interface data types.
|
|
|