Index: device/bluetooth/dbus/bluetooth_device_client.cc |
diff --git a/device/bluetooth/dbus/bluetooth_device_client.cc b/device/bluetooth/dbus/bluetooth_device_client.cc |
index 09b66e1cfe642122b04c8536d273df2255aa12c5..53199eba4bba82a338b6b40452885db0285c9c53 100644 |
--- a/device/bluetooth/dbus/bluetooth_device_client.cc |
+++ b/device/bluetooth/dbus/bluetooth_device_client.cc |
@@ -87,7 +87,7 @@ std::unique_ptr<BluetoothServiceAttributeValueBlueZ> ReadAttributeValue( |
std::string str; |
if (!struct_reader->PopVariantOfString(&str)) |
return nullptr; |
- value = base::MakeUnique<base::StringValue>(str); |
+ value = base::MakeUnique<base::Value>(str); |
break; |
} |
case bluez::BluetoothServiceAttributeValueBlueZ::BOOL: { |