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

Unified Diff: chrome/browser/chromeos/status/data_promo_notification_unittest.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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/status/data_promo_notification_unittest.cc
diff --git a/chrome/browser/chromeos/status/data_promo_notification_unittest.cc b/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
index 68f1a0807ba39a2ea3d1a7ec935f419a17780099..901f660c894e4ff23833aa87ebd52d46e072d567 100644
--- a/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
+++ b/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
@@ -135,9 +135,8 @@ class DataPromoNotificationTest : public testing::Test {
service_test->SetServiceProperty(
kCellularServicePath, shill::kActivationStateProperty,
base::StringValue(shill::kActivationStateActivated));
- service_test->SetServiceProperty(kCellularServicePath,
- shill::kConnectableProperty,
- base::FundamentalValue(true));
+ service_test->SetServiceProperty(
+ kCellularServicePath, shill::kConnectableProperty, base::Value(true));
}
content::TestBrowserThreadBundle thread_bundle_;

Powered by Google App Engine
This is Rietveld 408576698