| Index: components/ntp_snippets/content_suggestions_service_unittest.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_service_unittest.cc b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| index 7cdc12dfdbf6b12438020e89a25c1b72c853d748..4c3523c9abb443cae9a33e85f9e011c795580199 100644
|
| --- a/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| @@ -81,7 +81,7 @@ class MockProvider : public ContentSuggestionsProvider {
|
|
|
| CategoryInfo GetCategoryInfo(Category category) {
|
| return CategoryInfo(base::ASCIIToUTF16("Section title"),
|
| - ContentSuggestionsCardLayout::FULL_CARD, true);
|
| + ContentSuggestionsCardLayout::FULL_CARD, true, true);
|
| }
|
|
|
| void FireSuggestionsChanged(Category category,
|
|
|