| Index: components/ntp_snippets/category_info.cc
|
| diff --git a/components/ntp_snippets/category_info.cc b/components/ntp_snippets/category_info.cc
|
| index 5aa5a9dc94439eb5ec055a2773e4c0f33ec625d8..4037551f5e876b1cd1d6ebae6091e6918a7aa8b2 100644
|
| --- a/components/ntp_snippets/category_info.cc
|
| +++ b/components/ntp_snippets/category_info.cc
|
| @@ -15,6 +15,6 @@ CategoryInfo::CategoryInfo(const base::string16& title,
|
| has_more_button_(has_more_button),
|
| show_if_empty_(show_if_empty) {}
|
|
|
| -CategoryInfo::~CategoryInfo() {}
|
| +CategoryInfo::~CategoryInfo() = default;
|
|
|
| } // namespace ntp_snippets
|
|
|