| Index: chromeos/dbus/shill_ipconfig_client_unittest.cc
|
| diff --git a/chromeos/dbus/shill_ipconfig_client_unittest.cc b/chromeos/dbus/shill_ipconfig_client_unittest.cc
|
| index 603ca2608698f43138888918958e712451b2cae0..6e8d5043cc389cab38b077b0c9babf2af73f336d 100644
|
| --- a/chromeos/dbus/shill_ipconfig_client_unittest.cc
|
| +++ b/chromeos/dbus/shill_ipconfig_client_unittest.cc
|
| @@ -105,7 +105,7 @@ TEST_F(ShillIPConfigClientTest, GetProperties) {
|
| // Create the expected value.
|
| base::DictionaryValue value;
|
| value.SetWithoutPathExpansion(shill::kAddressProperty,
|
| - base::Value::CreateStringValue(kAddress));
|
| + new base::StringValue(kAddress));
|
| value.SetWithoutPathExpansion(shill::kMtuProperty,
|
| base::Value::CreateIntegerValue(kMtu));
|
|
|
|
|