Chromium Code Reviews| 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.
|