| Index: components/sync/core/attachments/attachment_service.h
|
| diff --git a/components/sync/core/attachments/attachment_service.h b/components/sync/core/attachments/attachment_service.h
|
| index ec95e39fa7ac979511758d1ef76cab411c0b0c9d..b59037293dcd382f2f9cd940a85df39bd42edd81 100644
|
| --- a/components/sync/core/attachments/attachment_service.h
|
| +++ b/components/sync/core/attachments/attachment_service.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/sync/api/attachments/attachment.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -24,7 +23,7 @@ class SyncData;
|
| //
|
| // Destroying this object does not necessarily cancel outstanding async
|
| // operations. If you need cancel like semantics, use WeakPtr in the callbacks.
|
| -class SYNC_EXPORT AttachmentService {
|
| +class AttachmentService {
|
| public:
|
| // The result of a GetOrDownloadAttachments operation.
|
| enum GetOrDownloadResult {
|
|
|