Index: components/sync/core_impl/protocol_event_buffer.h |
diff --git a/components/sync/core_impl/protocol_event_buffer.h b/components/sync/core_impl/protocol_event_buffer.h |
index ee7ddeeef96d6bb22d397b354f26a8fef6dc356a..9e70b5b976a2e04e206b031c781c0f80405c4aeb 100644 |
--- a/components/sync/core_impl/protocol_event_buffer.h |
+++ b/components/sync/core_impl/protocol_event_buffer.h |
@@ -11,7 +11,6 @@ |
#include "base/macros.h" |
#include "base/memory/scoped_vector.h" |
-#include "components/sync/base/sync_export.h" |
namespace syncer { |
@@ -20,7 +19,7 @@ class ProtocolEvent; |
// A container for ProtocolEvents. |
// |
// Stores at most kBufferSize events, then starts dropping the oldest events. |
-class SYNC_EXPORT ProtocolEventBuffer { |
+class ProtocolEventBuffer { |
public: |
static const size_t kBufferSize; |