Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: components/ntp_snippets/category_factory.cc

Issue 2368583002: [NTP Snippets] Cleanups from clang-tidy (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/category_factory.cc
diff --git a/components/ntp_snippets/category_factory.cc b/components/ntp_snippets/category_factory.cc
index b45fc4a8a8bb785403167dfe29e29d4b1ff2c1c1..fda882a0750c72d18563b1c9c4032fcf9ad78504 100644
--- a/components/ntp_snippets/category_factory.cc
+++ b/components/ntp_snippets/category_factory.cc
@@ -22,7 +22,7 @@ CategoryFactory::CategoryFactory() {
ordered_categories_.size());
}
-CategoryFactory::~CategoryFactory() {}
+CategoryFactory::~CategoryFactory() = default;
Category CategoryFactory::FromKnownCategory(KnownCategories known_category) {
if (known_category < KnownCategories::LOCAL_CATEGORIES_COUNT) {

Powered by Google App Engine
This is Rietveld 408576698