Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(996)

Unified Diff: device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc
diff --git a/device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc
index a16f67e8ee7c4a4e39e811ef3fad7660fdf444fa..0c2433ce0097dcb4a95643671665e12deb724570 100644
--- a/device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc
+++ b/device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc
@@ -130,7 +130,7 @@ class BluetoothServiceRecordBlueZTest : public device::BluetoothTestBlueZ {
record.AddRecordEntry(kServiceUuidAttributeId,
BluetoothServiceAttributeValueBlueZ(
BluetoothServiceAttributeValueBlueZ::UUID, 16,
- base::MakeUnique<base::StringValue>(uuid)));
+ base::MakeUnique<base::Value>(uuid)));
return record;
}

Powered by Google App Engine
This is Rietveld 408576698