| Index: components/ntp_snippets/remote/json_request_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/json_request_unittest.cc b/components/ntp_snippets/remote/json_request_unittest.cc
|
| index 9284219e31484e277feddb7310f44d02070800ed..d19f2c8b812ba8df8239009c81cf708605c89251 100644
|
| --- a/components/ntp_snippets/remote/json_request_unittest.cc
|
| +++ b/components/ntp_snippets/remote/json_request_unittest.cc
|
| @@ -61,7 +61,7 @@ class JsonRequestTest : public testing::Test {
|
| public:
|
| JsonRequestTest()
|
| : params_manager_(
|
| - ntp_snippets::kStudyName,
|
| + ntp_snippets::kArticleSuggestionsFeature.name,
|
| {{"send_top_languages", "true"}, {"send_user_class", "true"}},
|
| {ntp_snippets::kArticleSuggestionsFeature.name}),
|
| pref_service_(base::MakeUnique<TestingPrefServiceSimple>()),
|
|
|