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