| Index: device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| index ee6cbf611248c0dea5bb3a1306c14bdc4b70f1c2..2c484c1d367d07a0c665708cfd61107abfc8adf8 100644
|
| --- a/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
| @@ -12,7 +12,7 @@
|
| namespace bluez {
|
|
|
| BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ()
|
| - : type_(NULLTYPE), size_(0), value_(base::Value::CreateNullValue()) {}
|
| + : type_(NULLTYPE), size_(0), value_(base::MakeUnique<base::Value>()) {}
|
|
|
| BluetoothServiceAttributeValueBlueZ::BluetoothServiceAttributeValueBlueZ(
|
| Type type,
|
|
|