Index: device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid.typemap b/device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
index 8f0c86ecd44b00adc754529d00195a39f42578f1..781c48e9d305d482f220a39933cc47f6e4515ebb 100644 |
--- a/device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
+++ b/device/bluetooth/public/interfaces/bluetooth_uuid.typemap |
@@ -5,11 +5,12 @@ |
mojom = "//device/bluetooth/public/interfaces/bluetooth_uuid.mojom" |
public_headers = [ |
"//base/optional.h", |
- "//device/bluetooth/bluetooth_uuid.h" |
+ "//device/bluetooth/bluetooth_uuid.h", |
] |
-traits_headers = [ "//device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h" ] |
+traits_headers = |
+ [ "//device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h" ] |
deps = [ |
"//base", |
"//device/bluetooth", |
] |
-type_mappings = [ "device.mojom.BluetoothUUID=base::Optional<device::BluetoothUUID>" ] |
+type_mappings = [ "device.mojom.BluetoothUUID=base::Optional<device::BluetoothUUID>[nullable_is_same_type]" ] |