| 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_;
|
|
|