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 d82636bd8943854b82281b0d23b2901d0fbe360d..23914d12ca15c4df821f7d99443dff1653ecc33c 100644 |
--- a/chromeos/dbus/shill_profile_client_unittest.cc |
+++ b/chromeos/dbus/shill_profile_client_unittest.cc |
@@ -168,7 +168,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), |