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_; |