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

Unified Diff: chromeos/dbus/shill_manager_client_unittest.cc

Issue 388963002: Get rid of the rest of CreateStringValue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks 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_manager_client_unittest.cc
diff --git a/chromeos/dbus/shill_manager_client_unittest.cc b/chromeos/dbus/shill_manager_client_unittest.cc
index 7559b7b11e8fb42ca0eec27da2d24e2b4578b20c..cca19ccdfef69c24ea512f0072e8213c65b7f57a 100644
--- a/chromeos/dbus/shill_manager_client_unittest.cc
+++ b/chromeos/dbus/shill_manager_client_unittest.cc
@@ -165,7 +165,7 @@ TEST_F(ShillManagerClientTest, GetNetworksForGeolocation) {
base::DictionaryValue* property_dict_value = new base::DictionaryValue;
property_dict_value->SetWithoutPathExpansion(
shill::kGeoMacAddressProperty,
- base::Value::CreateStringValue("01:23:45:67:89:AB"));
+ new base::StringValue("01:23:45:67:89:AB"));
type_entry_value->Append(property_dict_value);
type_dict_value.SetWithoutPathExpansion("wifi", type_entry_value);

Powered by Google App Engine
This is Rietveld 408576698