| Index: components/sync/api/attachments/attachment_id.h
|
| diff --git a/components/sync/api/attachments/attachment_id.h b/components/sync/api/attachments/attachment_id.h
|
| index 508f7688356c6a0698d1103078a84d53aac5763d..4d2ffe8d7312c9c2860fd5f4597bfd9ba1d0e1b2 100644
|
| --- a/components/sync/api/attachments/attachment_id.h
|
| +++ b/components/sync/api/attachments/attachment_id.h
|
| @@ -13,7 +13,6 @@
|
| #include <vector>
|
|
|
| #include "components/sync/base/immutable.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace sync_pb {
|
| class AttachmentIdProto;
|
| @@ -25,7 +24,7 @@ namespace syncer {
|
| //
|
| // Two attachments with equal (operator==) AttachmentIds are considered
|
| // equivalent.
|
| -class SYNC_EXPORT AttachmentId {
|
| +class AttachmentId {
|
| public:
|
| AttachmentId(const AttachmentId& other);
|
| ~AttachmentId();
|
| @@ -60,7 +59,7 @@ class SYNC_EXPORT AttachmentId {
|
| private:
|
| // Necessary since we forward-declare sync_pb::AttachmentIdProto; see comments
|
| // in immutable.h.
|
| - struct SYNC_EXPORT ImmutableAttachmentIdProtoTraits {
|
| + struct ImmutableAttachmentIdProtoTraits {
|
| typedef sync_pb::AttachmentIdProto* Wrapper;
|
| static void InitializeWrapper(Wrapper* wrapper);
|
| static void DestroyWrapper(Wrapper* wrapper);
|
|
|