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 f0d04542bc87068e86b8be19fa7f0c4ba3b35b12..fe717bd484654a7a276d00cce3fcdd29ba1237a5 100644 |
--- a/chromeos/dbus/shill_device_client_unittest.cc |
+++ b/chromeos/dbus/shill_device_client_unittest.cc |
@@ -126,8 +126,8 @@ TEST_F(ShillDeviceClientTest, GetProperties) { |
// Set expectations. |
base::DictionaryValue value; |
- value.SetWithoutPathExpansion(shill::kCellularAllowRoamingProperty, |
- new base::Value(kValue)); |
+ value.SetBooleanWithoutPathExpansion(shill::kCellularAllowRoamingProperty, |
+ kValue); |
PrepareForMethodCall(shill::kGetPropertiesFunction, |
base::Bind(&ExpectNoArgument), |
response.get()); |