Index: chromeos/dbus/shill_device_client_unittest.cc |
diff --git a/chromeos/dbus/shill_device_client_unittest.cc b/chromeos/dbus/shill_device_client_unittest.cc |
index b2ad508f8dd29c4a2b3450cdd26cbcbda5f14432..0660ae4dbddd6661cc6c6d35a565bbde820a39f9 100644 |
--- a/chromeos/dbus/shill_device_client_unittest.cc |
+++ b/chromeos/dbus/shill_device_client_unittest.cc |
@@ -127,7 +127,7 @@ TEST_F(ShillDeviceClientTest, GetProperties) { |
// Set expectations. |
base::DictionaryValue value; |
value.SetWithoutPathExpansion(shill::kCellularAllowRoamingProperty, |
- base::Value::CreateBooleanValue(kValue)); |
+ new base::FundamentalValue(kValue)); |
PrepareForMethodCall(shill::kGetPropertiesFunction, |
base::Bind(&ExpectNoArgument), |
response.get()); |