| 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 448343f3a584664473c50bf67000c36960eb1ea3..f1182b3035b15d24a4533e8a0ec664fa89d7d269 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),
|
|
|