| Index: device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.cc b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| index 949d29da302606b52f03eabb32da534d0f2e1db8..58f694f03cf6e3161e261e099f74dafe446a5215 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_device_client.cc
|
| @@ -114,7 +114,7 @@ BluetoothDeviceClient::ServiceRecordList CreateFakeServiceRecords() {
|
| std::unique_ptr<BluetoothServiceAttributeValueBlueZ::Sequence> class_id_list =
|
| base::MakeUnique<BluetoothServiceAttributeValueBlueZ::Sequence>();
|
| class_id_list->emplace_back(BluetoothServiceAttributeValueBlueZ::UUID, 4,
|
| - base::MakeUnique<base::StringValue>("1802"));
|
| + base::MakeUnique<base::Value>("1802"));
|
| record1->AddRecordEntry(
|
| 0x1, BluetoothServiceAttributeValueBlueZ(std::move(class_id_list)));
|
| records.emplace_back(*record1);
|
|
|