| Index: third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.h b/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| index dc240295ccf799f41336386d30219816b66e89b3..b1f91bd6f3ed06beb038d68b304c22fcb6b77316 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInterface.h
|
| @@ -30,7 +30,7 @@ class USBInterface : public GarbageCollected<USBInterface>,
|
| size_t configuration_index,
|
| size_t interface_index);
|
|
|
| - const device::usb::blink::InterfaceInfo& Info() const;
|
| + const device::mojom::blink::UsbInterfaceInfo& Info() const;
|
|
|
| uint8_t interfaceNumber() const { return Info().interface_number; }
|
| USBAlternateInterface* alternate() const;
|
|
|