Index: components/sync/api/attachments/attachment_metadata.h |
diff --git a/components/sync/api/attachments/attachment_metadata.h b/components/sync/api/attachments/attachment_metadata.h |
index 93557377f81f52f915496e17caad79d7af60864a..451c95a4ac7fa6e06ffc2d892473b8b8fe3f1047 100644 |
--- a/components/sync/api/attachments/attachment_metadata.h |
+++ b/components/sync/api/attachments/attachment_metadata.h |
@@ -10,14 +10,13 @@ |
#include <vector> |
#include "components/sync/api/attachments/attachment_id.h" |
-#include "components/sync/base/sync_export.h" |
namespace syncer { |
// This class represents immutable Attachment metadata. |
// |
// It is OK to copy and return AttachmentMetadata by value. |
-class SYNC_EXPORT AttachmentMetadata { |
+class AttachmentMetadata { |
public: |
AttachmentMetadata(const AttachmentId& id, size_t size); |
~AttachmentMetadata(); |