| 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 901f660c894e4ff23833aa87ebd52d46e072d567..6922e280542752c1b186dbcbc4916a9dbc88b9b9 100644
|
| --- a/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
|
| +++ b/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
|
| @@ -134,7 +134,7 @@ class DataPromoNotificationTest : public testing::Test {
|
| "activated", true /* visible */);
|
| service_test->SetServiceProperty(
|
| kCellularServicePath, shill::kActivationStateProperty,
|
| - base::StringValue(shill::kActivationStateActivated));
|
| + base::Value(shill::kActivationStateActivated));
|
| service_test->SetServiceProperty(
|
| kCellularServicePath, shill::kConnectableProperty, base::Value(true));
|
| }
|
|
|