| 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 b5d96b366b0720f3a747838959f9e16372671b72..03034d1498b83e83372be6f01cc3df6b575d0e66 100644
|
| --- a/sync/api/attachments/fake_attachment_store.h
|
| +++ b/sync/api/attachments/fake_attachment_store.h
|
| @@ -33,7 +33,7 @@ class SYNC_EXPORT FakeAttachmentStore : public AttachmentStore {
|
| public:
|
| // Construct a FakeAttachmentStore whose "IO" will be performed in
|
| // |backend_task_runner|.
|
| - FakeAttachmentStore(
|
| + explicit FakeAttachmentStore(
|
| const scoped_refptr<base::SequencedTaskRunner>& backend_task_runner);
|
|
|
| virtual ~FakeAttachmentStore();
|
|
|