Index: components/ntp_snippets/category_info.cc |
diff --git a/components/ntp_snippets/category_info.cc b/components/ntp_snippets/category_info.cc |
index 213b2fae69d4d163181e5a82e760000b21c77505..9a03caf09545b0222fa74c7ddafcdd3b220bd73e 100644 |
--- a/components/ntp_snippets/category_info.cc |
+++ b/components/ntp_snippets/category_info.cc |
@@ -7,8 +7,11 @@ |
namespace ntp_snippets { |
CategoryInfo::CategoryInfo(const base::string16& title, |
- ContentSuggestionsCardLayout card_layout) |
- : title_(title), card_layout_(card_layout) {} |
+ ContentSuggestionsCardLayout card_layout, |
+ bool has_more_button) |
+ : title_(title), |
+ card_layout_(card_layout), |
+ has_more_button_(has_more_button) {} |
CategoryInfo::~CategoryInfo() {} |