Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: chromeos/dbus/shill_service_client_unittest.cc

Issue 415423002: Remove Create*Value (except CreateNullValue) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
« no previous file with comments | « chromeos/dbus/shill_ipconfig_client_unittest.cc ('k') | components/search_engines/default_search_pref_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698