| Index: components/sync/api/attachments/attachment.h
|
| diff --git a/components/sync/api/attachments/attachment.h b/components/sync/api/attachments/attachment.h
|
| index 972babbb33d10c490be02220afe1845886e971ce..57d99b36f5819f859f4a698769f0b238f30806ac 100644
|
| --- a/components/sync/api/attachments/attachment.h
|
| +++ b/components/sync/api/attachments/attachment.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -24,7 +23,7 @@ namespace syncer {
|
| // the data they wrap is immutable.
|
| //
|
| // It is cheap to copy Attachments. Feel free to store and return by value.
|
| -class SYNC_EXPORT Attachment {
|
| +class Attachment {
|
| public:
|
| Attachment(const Attachment& other);
|
| ~Attachment();
|
|
|