Index: chromeos/dbus/shill_service_client_unittest.cc |
diff --git a/chromeos/dbus/shill_service_client_unittest.cc b/chromeos/dbus/shill_service_client_unittest.cc |
index 6b63dc9940c18ed3295c33ca5ad64a3472402e45..3f1df25788bc1a1ccd7cf9ead351e40f8c06c412 100644 |
--- a/chromeos/dbus/shill_service_client_unittest.cc |
+++ b/chromeos/dbus/shill_service_client_unittest.cc |
@@ -100,7 +100,7 @@ TEST_F(ShillServiceClientTest, GetProperties) { |
// Set expectations. |
base::DictionaryValue value; |
value.SetWithoutPathExpansion(shill::kSignalStrengthProperty, |
- base::Value::CreateIntegerValue(kValue)); |
+ new base::FundamentalValue(kValue)); |
PrepareForMethodCall(shill::kGetPropertiesFunction, |
base::Bind(&ExpectNoArgument), |
response.get()); |