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

Unified Diff: sync/api/syncable_service.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/api/sync_change_processor_wrapper_for_test.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/syncable_service.h
diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
index b5861e28d11ba98a3d9981a22756ff47f9f2220c..17feb63bce44c5e24673cb7cde79e9630f445daa 100644
--- a/sync/api/syncable_service.h
+++ b/sync/api/syncable_service.h
@@ -77,7 +77,7 @@ class SYNC_EXPORT SyncableService
virtual scoped_refptr<AttachmentStore> GetAttachmentStore();
protected:
- virtual ~SyncableService();
+ ~SyncableService() override;
};
} // namespace syncer
« no previous file with comments | « sync/api/sync_change_processor_wrapper_for_test.h ('k') | sync/engine/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698