summaryrefslogtreecommitdiffstats
path: root/sync/api
diff options
context:
space:
mode:
Diffstat (limited to 'sync/api')
-rw-r--r--sync/api/attachments/attachment_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/api/attachments/attachment_store.h b/sync/api/attachments/attachment_store.h
index 14fd0fc..5ddac1e 100644
--- a/sync/api/attachments/attachment_store.h
+++ b/sync/api/attachments/attachment_store.h
@@ -168,7 +168,7 @@ class SYNC_EXPORT AttachmentStore {
// AttachmentService writes attachment on behalf of model type after download
// and takes reference on attachment for the duration of upload.
// Model type implementation shouldn't use this interface.
-class SYNC_EXPORT_PRIVATE AttachmentStoreForSync : public AttachmentStore {
+class SYNC_EXPORT AttachmentStoreForSync : public AttachmentStore {
public:
~AttachmentStoreForSync();