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

Unified Diff: components/ntp_snippets/content_suggestion.cc

Issue 2368583002: [NTP Snippets] Cleanups from clang-tidy (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/ntp_snippets/category_info.cc ('k') | components/ntp_snippets/content_suggestions_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/content_suggestion.cc
diff --git a/components/ntp_snippets/content_suggestion.cc b/components/ntp_snippets/content_suggestion.cc
index ee6dd768c580e16901e846ffb3707bb840c86d5f..0617f6e09a26e08cb62e1fa315b242b8584fb3c0 100644
--- a/components/ntp_snippets/content_suggestion.cc
+++ b/components/ntp_snippets/content_suggestion.cc
@@ -13,6 +13,6 @@ ContentSuggestion::ContentSuggestion(ContentSuggestion&&) = default;
ContentSuggestion& ContentSuggestion::operator=(ContentSuggestion&&) = default;
-ContentSuggestion::~ContentSuggestion() {}
+ContentSuggestion::~ContentSuggestion() = default;
} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/category_info.cc ('k') | components/ntp_snippets/content_suggestions_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698