summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_manager_client_unittest.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 22:07:47 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 22:07:47 +0000
commitf147ae30413e03b4d7e9486c0f40ca08a8ddeaa1 (patch)
tree1b3909687e54fc87801f780ec5fe1fad1c88e198 /chromeos/dbus/shill_manager_client_unittest.cc
parentc3eb032875146ba53849bc9fb436c8143bfba63e (diff)
downloadchromium_src-f147ae30413e03b4d7e9486c0f40ca08a8ddeaa1.zip
chromium_src-f147ae30413e03b4d7e9486c0f40ca08a8ddeaa1.tar.gz
chromium_src-f147ae30413e03b4d7e9486c0f40ca08a8ddeaa1.tar.bz2
Get rid of more uses of CreateStringValue
split off from https://codereview.chromium.org/388963002/ BUG=160586 Review URL: https://codereview.chromium.org/390183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_manager_client_unittest.cc')
-rw-r--r--chromeos/dbus/shill_manager_client_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_manager_client_unittest.cc b/chromeos/dbus/shill_manager_client_unittest.cc
index 7559b7b..cca19cc 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);