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

Unified Diff: chrome/browser/chromeos/mobile/mobile_activator_unittest.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/chromeos/mobile/mobile_activator_unittest.cc
diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
index 2fda6d3d7a1742ce92100e79d278232571b11c25..d13941fc34e352df5146bc7d8e474d4546b591dd 100644
--- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
+++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
@@ -112,7 +112,7 @@ class MobileActivatorTest : public testing::Test {
: cellular_network_(string(kTestServicePath)),
mobile_activator_(&cellular_network_) {
cellular_network_.PropertyChanged(shill::kTypeProperty,
- base::StringValue(shill::kTypeCellular));
+ base::Value(shill::kTypeCellular));
}
~MobileActivatorTest() override {}

Powered by Google App Engine
This is Rietveld 408576698