| Index: components/arc/common/bluetooth.typemap
|
| diff --git a/components/arc/common/bluetooth.typemap b/components/arc/common/bluetooth.typemap
|
| index 7e66339f5c16e11bc81f390123b1398cf8be8bec..68edbe9eb39370e1bef0d733cb6df6077a99a8e3 100644
|
| --- a/components/arc/common/bluetooth.typemap
|
| +++ b/components/arc/common/bluetooth.typemap
|
| @@ -1,7 +1,13 @@
|
| mojom = "//components/arc/common/bluetooth.mojom"
|
| -public_headers = [ "//device/bluetooth/bluetooth_common.h" ]
|
| +public_headers = [
|
| + "//device/bluetooth/bluetooth_advertisement.h",
|
| + "//device/bluetooth/bluetooth_common.h",
|
| +]
|
| traits_headers = [ "//components/arc/bluetooth/bluetooth_struct_traits.h" ]
|
| deps = [
|
| "//device/bluetooth",
|
| ]
|
| -type_mappings = [ "arc.mojom.BluetoothDeviceType=device::BluetoothTransport" ]
|
| +type_mappings = [
|
| + "arc.mojom.BluetoothDeviceType=device::BluetoothTransport",
|
| + "arc.mojom.BluetoothAdvertisementType=device::BluetoothAdvertisement::AdvertisementType",
|
| +]
|
|
|