| Index: components/arc/common/bluetooth.mojom
|
| diff --git a/components/arc/common/bluetooth.mojom b/components/arc/common/bluetooth.mojom
|
| index 370c352248c30c747aacc1ee595808f3e27ab433..b687ec97ffc75ee155968d0c28c63e08b7e2cb5d 100644
|
| --- a/components/arc/common/bluetooth.mojom
|
| +++ b/components/arc/common/bluetooth.mojom
|
| @@ -272,7 +272,7 @@ enum BluetoothSdpAttributeType {
|
| struct BluetoothSdpAttribute {
|
| BluetoothSdpAttributeType type;
|
| uint32 type_size;
|
| - mojo.common.mojom.ListValue value;
|
| + mojo.common.mojom.LegacyListValue value;
|
| array<BluetoothSdpAttribute> sequence;
|
| };
|
|
|
|
|