Index: sync/api/attachments/fake_attachment_store.h |
diff --git a/sync/api/attachments/fake_attachment_store.h b/sync/api/attachments/fake_attachment_store.h |
index 35fad173ac4bdbe30d8fcb54323849ff05f56395..9ac7006e7e5de469bfe793b03c569deb5901e9ed 100644 |
--- a/sync/api/attachments/fake_attachment_store.h |
+++ b/sync/api/attachments/fake_attachment_store.h |
@@ -36,8 +36,6 @@ class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore { |
explicit FakeAttachmentStore( |
const scoped_refptr<base::SequencedTaskRunner>& backend_task_runner); |
- virtual ~FakeAttachmentStore(); |
- |
// AttachmentStore implementation. |
virtual void Read(const AttachmentIdList& id, |
const ReadCallback& callback) OVERRIDE; |
@@ -49,6 +47,8 @@ class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore { |
private: |
class Backend; |
+ virtual ~FakeAttachmentStore(); |
+ |
scoped_refptr<Backend> backend_; |
scoped_refptr<base::SequencedTaskRunner> backend_task_runner_; |