| Index: components/ntp_snippets/category_factory.cc
|
| diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
|
| index 0c01dfee8d59045e0ac4e598c198fe8fbbde6a88..9962f0771eb05fda3eb43074cfb66ccbf5b85e2e 100644
|
| --- a/components/ntp_snippets/category_factory.cc
|
| +++ b/components/ntp_snippets/category_factory.cc
|
| @@ -31,7 +31,7 @@ CategoryFactory::CategoryFactory() {
|
| ordered_categories_.size());
|
| }
|
|
|
| -CategoryFactory::~CategoryFactory() {}
|
| +CategoryFactory::~CategoryFactory() = default;
|
|
|
| Category CategoryFactory::FromKnownCategory(KnownCategories known_category) {
|
| if (known_category < KnownCategories::LOCAL_CATEGORIES_COUNT) {
|
|
|