| 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 c673b09a6bb47bc5e7b4d73aff41731844f2e962..41fd9273f79f96149f20a3a79767ea588638c694 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();
|
|
|