| Index: sync/api/attachments/attachment_store.h
|
| diff --git a/sync/api/attachments/attachment_store.h b/sync/api/attachments/attachment_store.h
|
| index 520c441deffc67aa8ceb453edb5ffc1ef96aad11..3c41a2722a49a6774259d454fcb68a500abacbc6 100644
|
| --- a/sync/api/attachments/attachment_store.h
|
| +++ b/sync/api/attachments/attachment_store.h
|
| @@ -115,7 +115,7 @@ class SYNC_EXPORT AttachmentStore
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<AttachmentStore>;
|
| - virtual ~AttachmentStore();
|
| + ~AttachmentStore() override;
|
|
|
| private:
|
| static void CreateOnDiskStoreOnBackendThread(
|
|
|