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 91fd665dc6e7b6cf6643b9adf27a4afe29b6f8af..1195bcc471925c1612ec846fab162aad3c920d76 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, true); |
+ ContentSuggestionsCardLayout::FULL_CARD, true, true); |
} |
void FireSuggestionsChanged(Category category, std::vector<int> numbers) { |