| Index: components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| index 246372e7920b6797686c8d2310b4f0a53152f3a5..7607efe00ca917238e9ab9099f052bf6a4d7f33c 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| @@ -271,7 +271,7 @@ class RemoteSuggestionsFetcherTestBase : public testing::Test {
|
| explicit RemoteSuggestionsFetcherTestBase(const GURL& gurl)
|
| : default_variation_params_(
|
| {{"send_top_languages", "true"}, {"send_user_class", "true"}}),
|
| - params_manager_(ntp_snippets::kStudyName,
|
| + params_manager_(ntp_snippets::kArticleSuggestionsFeature.name,
|
| default_variation_params_,
|
| {ntp_snippets::kArticleSuggestionsFeature.name}),
|
| mock_task_runner_(new base::TestMockTimeTaskRunner()),
|
| @@ -358,7 +358,7 @@ class RemoteSuggestionsFetcherTestBase : public testing::Test {
|
|
|
| params_manager_.ClearAllVariationParams();
|
| params_manager_.SetVariationParamsWithFeatureAssociations(
|
| - ntp_snippets::kStudyName, params,
|
| + ntp_snippets::kArticleSuggestionsFeature.name, params,
|
| {ntp_snippets::kArticleSuggestionsFeature.name});
|
| }
|
|
|
|
|