| 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 c220178103e833e2c722a9ff426fd7fe8e556c33..59c2f4c6b3394a88f022f3d0abec6a52cf179e0b 100644
|
| --- a/device/devices_app/usb/type_converters.h
|
| +++ b/device/devices_app/usb/type_converters.h
|
| @@ -111,9 +111,9 @@ struct TypeConverter<device::usb::WebUsbConfigurationSubsetPtr,
|
|
|
| template <>
|
| struct TypeConverter<device::usb::WebUsbDescriptorSetPtr,
|
| - device::WebUsbDescriptorSet> {
|
| + device::WebUsbAllowedOrigins> {
|
| static device::usb::WebUsbDescriptorSetPtr Convert(
|
| - const device::WebUsbDescriptorSet& set);
|
| + const device::WebUsbAllowedOrigins& allowed_origins);
|
| };
|
|
|
| template <>
|
|
|