Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: device/bluetooth/public/interfaces/uuid.typemap

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: merge master and resolve conflicts Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698