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

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

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: updated web_bluetooth_impl.cc 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..2b0f3fb9315fac1a6f2b6ed0e4dac96b3a0a9bd2 100644
--- a/device/bluetooth/public/interfaces/uuid.typemap
+++ b/device/bluetooth/public/interfaces/uuid.typemap
@@ -3,13 +3,10 @@
# 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" ]
ortuno 2016/11/21 04:42:32 Do we still need //base now that we don't need opt
juncai 2016/11/21 21:27:05 Done.

Powered by Google App Engine
This is Rietveld 408576698