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

Unified Diff: chromeos/dbus/shill_ipconfig_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
« no previous file with comments | « chrome/browser/download/download_query.h ('k') | chromeos/dbus/shill_service_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_ipconfig_client_unittest.cc
diff --git a/chromeos/dbus/shill_ipconfig_client_unittest.cc b/chromeos/dbus/shill_ipconfig_client_unittest.cc
index 6e8d5043cc389cab38b077b0c9babf2af73f336d..b12f25babe871c5c4cbc4219a6a92effe3c402c2 100644
--- a/chromeos/dbus/shill_ipconfig_client_unittest.cc
+++ b/chromeos/dbus/shill_ipconfig_client_unittest.cc
@@ -107,7 +107,7 @@ TEST_F(ShillIPConfigClientTest, GetProperties) {
value.SetWithoutPathExpansion(shill::kAddressProperty,
new base::StringValue(kAddress));
value.SetWithoutPathExpansion(shill::kMtuProperty,
- base::Value::CreateIntegerValue(kMtu));
+ new base::FundamentalValue(kMtu));
// Set expectations.
PrepareForMethodCall(shill::kGetPropertiesFunction,
« no previous file with comments | « chrome/browser/download/download_query.h ('k') | chromeos/dbus/shill_service_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698