Index: components/sync/engine/events/poll_get_updates_request_event.h |
diff --git a/components/sync/engine/events/poll_get_updates_request_event.h b/components/sync/engine/events/poll_get_updates_request_event.h |
index 0c2076bed42fa7d1f6412f134e547fc0e29c618a..1e5962c144892fbbb4960cd908a31640d804f4c6 100644 |
--- a/components/sync/engine/events/poll_get_updates_request_event.h |
+++ b/components/sync/engine/events/poll_get_updates_request_event.h |
@@ -12,7 +12,6 @@ |
#include "base/time/time.h" |
#include "base/values.h" |
#include "components/sync/base/model_type.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/engine/events/protocol_event.h" |
#include "components/sync/protocol/sync.pb.h" |
@@ -23,7 +22,7 @@ class NudgeTracker; |
} // namespace sessions |
// An event representing a poll request sent to the server. |
-class SYNC_EXPORT PollGetUpdatesRequestEvent : public ProtocolEvent { |
+class PollGetUpdatesRequestEvent : public ProtocolEvent { |
public: |
PollGetUpdatesRequestEvent(base::Time timestamp, |
const sync_pb::ClientToServerMessage& request); |