Chromium Code Reviews| 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 |