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

Unified Diff: sync/engine/sync_scheduler.h

Issue 642023004: Standardize usage of virtual/override/final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « sync/engine/non_blocking_type_commit_contribution.h ('k') | sync/engine/sync_scheduler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index e91ce613f6a61aa0dc3363c01faad104e991a40f..5dd1fd0cf473c808f366a69e84ccc54fbbee37ce 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -64,7 +64,7 @@ class SYNC_EXPORT_PRIVATE SyncScheduler
// (except for RequestEarlyExit()).
SyncScheduler();
- virtual ~SyncScheduler();
+ ~SyncScheduler() override;
// Start the scheduler with the given mode. If the scheduler is
// already started, switch to the given mode, although some
« no previous file with comments | « sync/engine/non_blocking_type_commit_contribution.h ('k') | sync/engine/sync_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698