| Index: chromeos/dbus/shill_profile_client_unittest.cc
|
| diff --git a/chromeos/dbus/shill_profile_client_unittest.cc b/chromeos/dbus/shill_profile_client_unittest.cc
|
| index c015bfa52a881d0b71a286d1bcc665f87feff7d1..223cd730c763d4ab623c8952e07ccd4996584418 100644
|
| --- a/chromeos/dbus/shill_profile_client_unittest.cc
|
| +++ b/chromeos/dbus/shill_profile_client_unittest.cc
|
| @@ -167,7 +167,7 @@ TEST_F(ShillProfileClientTest, DeleteEntry) {
|
| // Create the expected value.
|
| base::DictionaryValue value;
|
| value.SetWithoutPathExpansion(shill::kOfflineModeProperty,
|
| - base::Value::CreateBooleanValue(true));
|
| + new base::FundamentalValue(true));
|
| // Set expectations.
|
| PrepareForMethodCall(shill::kDeleteEntryFunction,
|
| base::Bind(&ExpectStringArgument, kExampleEntryPath),
|
|
|