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

Unified Diff: chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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: chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc
diff --git a/chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc b/chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc
index 7c3bcfdbd36725098f2c69a4c0b83c515f667101..7c9675385d1890c134311443eaa566530dd22a8d 100644
--- a/chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc
+++ b/chrome/browser/extensions/api/networking_config_chromeos_apitest_chromeos.cc
@@ -99,7 +99,7 @@ class NetworkingConfigTest
shill::kTypeWifi, shill::kStateOnline,
true /* add_to_visible */);
service_test->SetServiceProperty(kWifi1ServicePath, shill::kWifiBSsid,
- base::StringValue("01:02:ab:7f:90:00"));
+ base::Value("01:02:ab:7f:90:00"));
service_test->SetServiceProperty(
kWifi1ServicePath, shill::kSignalStrengthProperty, base::Value(40));
profile_test->AddService(ShillProfileClient::GetSharedProfilePath(),

Powered by Google App Engine
This is Rietveld 408576698