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 064cd38957ce38f0c90f2373f00c96e920760ba2..b7ab19a3ffb23991855cd7f97869a6add41a95d7 100644 |
--- a/components/ntp_snippets/content_suggestions_service_unittest.cc |
+++ b/components/ntp_snippets/content_suggestions_service_unittest.cc |
@@ -75,7 +75,7 @@ class MockProvider : public ContentSuggestionsProvider { |
CategoryInfo GetCategoryInfo(Category category) { |
return CategoryInfo(base::ASCIIToUTF16("Section title"), |
- ContentSuggestionsCardLayout::FULL_CARD); |
+ ContentSuggestionsCardLayout::FULL_CARD, true); |
} |
void FireSuggestionsChanged(Category category, std::vector<int> numbers) { |