Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chromeos / dbus / shill_service_client_unittest.cc
index 6b63dc9..3f1df25 100644 (file)
@@ -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());