| Index: third_party/WebKit/Source/modules/webusb/USBInterface.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.cpp b/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
|
| index 783cdde75100401905ea92de41ee0db09c78d29b..b4c0de8d1e3fa653351d113685adc8d6878473ef 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInterface.cpp
|
| @@ -43,7 +43,7 @@ USBInterface::USBInterface(const USBDevice* device,
|
| device_->Info().configurations[configuration_index_]->interfaces.size());
|
| }
|
|
|
| -const device::usb::blink::InterfaceInfo& USBInterface::Info() const {
|
| +const device::mojom::blink::UsbInterfaceInfo& USBInterface::Info() const {
|
| return *device_->Info()
|
| .configurations[configuration_index_]
|
| ->interfaces[interface_index_];
|
|
|