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

Unified Diff: components/ntp_snippets/ntp_snippets_test_utils.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_test_utils.cc
diff --git a/components/ntp_snippets/ntp_snippets_test_utils.cc b/components/ntp_snippets/ntp_snippets_test_utils.cc
index c26ce93028e762a1546b5ed92fb1ea08a2682a1c..2d7702847da8ff098b3a271ccac5c10629df7daf 100644
--- a/components/ntp_snippets/ntp_snippets_test_utils.cc
+++ b/components/ntp_snippets/ntp_snippets_test_utils.cc
@@ -24,7 +24,7 @@ FakeSyncService::FakeSyncService()
is_encrypt_everything_enabled_(false),
active_data_types_(syncer::HISTORY_DELETE_DIRECTIVES) {}
-FakeSyncService::~FakeSyncService() {}
+FakeSyncService::~FakeSyncService() = default;
bool FakeSyncService::CanSyncStart() const {
return can_sync_start_;

Powered by Google App Engine
This is Rietveld 408576698