Index: device/bluetooth/public/interfaces/uuid.typemap |
diff --git a/device/bluetooth/public/interfaces/uuid.typemap b/device/bluetooth/public/interfaces/uuid.typemap |
index 202821559c9e4d9da2d4419426569edcf19a7918..5b46464b4a7005a13bd48d56bdbc1c30f4dfcc89 100644 |
--- a/device/bluetooth/public/interfaces/uuid.typemap |
+++ b/device/bluetooth/public/interfaces/uuid.typemap |
@@ -3,13 +3,9 @@ |
# found in the LICENSE file. |
mojom = "//device/bluetooth/public/interfaces/uuid.mojom" |
-public_headers = [ |
- "//base/optional.h", |
- "//device/bluetooth/bluetooth_uuid.h", |
-] |
+public_headers = [ "//device/bluetooth/bluetooth_uuid.h" ] |
traits_headers = [ "//device/bluetooth/public/interfaces/uuid_struct_traits.h" ] |
deps = [ |
- "//base", |
"//device/bluetooth", |
] |
-type_mappings = [ "bluetooth.mojom.UUID=base::Optional<device::BluetoothUUID>[nullable_is_same_type]" ] |
+type_mappings = [ "bluetooth.mojom.UUID=device::BluetoothUUID" ] |