| 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 f0000e49e0e14793cfcde55da237b8dbf7159ccc..5be2b33d5c58cf0ca255c4ed6079acb5402937cd 100644
|
| --- a/chromeos/dbus/shill_profile_client_unittest.cc
|
| +++ b/chromeos/dbus/shill_profile_client_unittest.cc
|
| @@ -166,7 +166,7 @@ TEST_F(ShillProfileClientTest, DeleteEntry) {
|
| // Create the expected value.
|
| base::DictionaryValue value;
|
| value.SetWithoutPathExpansion(shill::kOfflineModeProperty,
|
| - new base::FundamentalValue(true));
|
| + new base::Value(true));
|
| // Set expectations.
|
| PrepareForMethodCall(shill::kDeleteEntryFunction,
|
| base::Bind(&ExpectStringArgument, kExampleEntryPath),
|
|
|