| Index: components/arc/common/bluetooth.typemap
|
| diff --git a/components/arc/common/bluetooth.typemap b/components/arc/common/bluetooth.typemap
|
| index fc86d17a20eef30e1875f07dbf199200f8a2224b..9031866c9920ad1c853f4c28fb629657cdcf450e 100644
|
| --- a/components/arc/common/bluetooth.typemap
|
| +++ b/components/arc/common/bluetooth.typemap
|
| @@ -1,6 +1,5 @@
|
| mojom = "//components/arc/common/bluetooth.mojom"
|
| public_headers = [
|
| - "//device/bluetooth/bluetooth_advertisement.h",
|
| "//device/bluetooth/bluetooth_common.h",
|
| "//device/bluetooth/bluetooth_uuid.h",
|
| "//device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h",
|
| @@ -13,5 +12,4 @@
|
| "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
|
| "arc.mojom.BluetoothSdpAttributeType=bluez::BluetoothServiceAttributeValueBlueZ::Type",
|
| "arc.mojom.BluetoothUUID=device::BluetoothUUID",
|
| - "arc.mojom.BluetoothAdvertisement=std::unique_ptr<device::BluetoothAdvertisement::Data>[move_only]",
|
| ]
|
|
|