| Index: components/sync/core/attachments/attachment_service_impl.h
|
| diff --git a/components/sync/core/attachments/attachment_service_impl.h b/components/sync/core/attachments/attachment_service_impl.h
|
| index 7332805a9003ed1075c597479af11402b24822f4..2e64218ed6eb11b5d27d964e414e87ae4b6afada 100644
|
| --- a/components/sync/core/attachments/attachment_service_impl.h
|
| +++ b/components/sync/core/attachments/attachment_service_impl.h
|
| @@ -61,7 +61,7 @@ class AttachmentServiceImpl
|
| ~AttachmentServiceImpl() override;
|
|
|
| // Create an AttachmentServiceImpl suitable for use in tests.
|
| - static std::unique_ptr<AttachmentService> CreateForTest();
|
| + static std::unique_ptr<syncer::AttachmentService> CreateForTest();
|
|
|
| // AttachmentService implementation.
|
| void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
|
|
|