| Index: device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h
|
| diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h b/device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h
|
| index 439f127b2a0a137bde0a47ed327fa3f97642d114..be3b815633308dc54913a82e4430a2ff457fdd1c 100644
|
| --- a/device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h
|
| +++ b/device/bluetooth/public/interfaces/bluetooth_uuid_struct_traits.h
|
| @@ -13,7 +13,8 @@
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<device::mojom::BluetoothUUID, device::BluetoothUUID> {
|
| +struct StructTraits<device::mojom::BluetoothUUIDDataView,
|
| + device::BluetoothUUID> {
|
| static const std::string& uuid(const device::BluetoothUUID& uuid) {
|
| return uuid.canonical_value();
|
| }
|
|
|