| Index: components/sync/core/attachments/attachment_uploader_impl.h
|
| diff --git a/components/sync/core/attachments/attachment_uploader_impl.h b/components/sync/core/attachments/attachment_uploader_impl.h
|
| index 5c5dea94da0df0e79aa0d185d0fceb08127cc094..4d4373cffd892ccd286d77d59e15be0ae4426c38 100644
|
| --- a/components/sync/core/attachments/attachment_uploader_impl.h
|
| +++ b/components/sync/core/attachments/attachment_uploader_impl.h
|
| @@ -26,8 +26,8 @@ class URLRequestContextGetter;
|
| namespace syncer {
|
|
|
| // An implementation of AttachmentUploader.
|
| -class SYNC_EXPORT AttachmentUploaderImpl : public AttachmentUploader,
|
| - public base::NonThreadSafe {
|
| +class AttachmentUploaderImpl : public AttachmentUploader,
|
| + public base::NonThreadSafe {
|
| public:
|
| // |sync_service_url| is the URL of the sync service.
|
| //
|
|
|