Index: chromeos/dbus/shill_manager_client_unittest.cc |
diff --git a/chromeos/dbus/shill_manager_client_unittest.cc b/chromeos/dbus/shill_manager_client_unittest.cc |
index cca19ccdfef69c24ea512f0072e8213c65b7f57a..a5c6c7a3b320a4aa841b1a3e5b19354758c739f9 100644 |
--- a/chromeos/dbus/shill_manager_client_unittest.cc |
+++ b/chromeos/dbus/shill_manager_client_unittest.cc |
@@ -120,7 +120,7 @@ TEST_F(ShillManagerClientTest, GetProperties) { |
// Create the expected value. |
base::DictionaryValue value; |
value.SetWithoutPathExpansion(shill::kOfflineModeProperty, |
- base::Value::CreateBooleanValue(true)); |
+ new base::FundamentalValue(true)); |
// Set expectations. |
PrepareForMethodCall(shill::kGetPropertiesFunction, |
base::Bind(&ExpectNoArgument), |