Index: third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h |
diff --git a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h |
index d6c49e13a5da3e1e772c9c3c24380ed3365056a2..0e4198cbf53f96ff1572317e5dbc053b201efff0 100644 |
--- a/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h |
+++ b/third_party/WebKit/Source/modules/webusb/USBAlternateInterface.h |
@@ -6,7 +6,7 @@ |
#define USBAlternateInterface_h |
#include "bindings/core/v8/ScriptWrappable.h" |
-#include "device/usb/public/interfaces/device.mojom-wtf.h" |
+#include "device/usb/public/interfaces/device.mojom-blink.h" |
#include "platform/heap/Heap.h" |
namespace blink { |
@@ -25,7 +25,7 @@ public: |
USBAlternateInterface(const USBInterface*, size_t alternateIndex); |
- const device::usb::wtf::AlternateInterfaceInfo& info() const; |
+ const device::usb::blink::AlternateInterfaceInfo& info() const; |
uint8_t alternateSetting() const { return info().alternate_setting; } |
uint8_t interfaceClass() const { return info().class_code; } |