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

Unified Diff: components/ntp_snippets/ntp_snippets_status_service.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
Index: components/ntp_snippets/ntp_snippets_status_service.cc
diff --git a/components/ntp_snippets/ntp_snippets_status_service.cc b/components/ntp_snippets/ntp_snippets_status_service.cc
index 22ad4f84e01653fa463b561c4ea5463574d53e96..8f10283d99da84d3873923fa64de213f11d368c1 100644
--- a/components/ntp_snippets/ntp_snippets_status_service.cc
+++ b/components/ntp_snippets/ntp_snippets_status_service.cc
@@ -41,7 +41,7 @@ NTPSnippetsStatusService::NTPSnippetsStatusService(
}
}
-NTPSnippetsStatusService::~NTPSnippetsStatusService() {}
+NTPSnippetsStatusService::~NTPSnippetsStatusService() = default;
// static
void NTPSnippetsStatusService::RegisterProfilePrefs(

Powered by Google App Engine
This is Rietveld 408576698