Index: components/sync/engine/events/get_updates_response_event.h |
diff --git a/components/sync/engine/events/get_updates_response_event.h b/components/sync/engine/events/get_updates_response_event.h |
index 43cf07887cb581f2fd7ca62973cc97a00a765be0..9534aeaee4c98fa4a5e3319c6dc99ccf1414b3a2 100644 |
--- a/components/sync/engine/events/get_updates_response_event.h |
+++ b/components/sync/engine/events/get_updates_response_event.h |
@@ -11,7 +11,6 @@ |
#include "base/macros.h" |
#include "base/time/time.h" |
#include "base/values.h" |
-#include "components/sync/base/sync_export.h" |
#include "components/sync/base/syncer_error.h" |
#include "components/sync/engine/events/protocol_event.h" |
#include "components/sync/protocol/sync.pb.h" |
@@ -22,7 +21,7 @@ namespace syncer { |
// |
// Unlike the events for the request message, the response events are generic |
// and do not vary for each type of GetUpdate cycle. |
-class SYNC_EXPORT GetUpdatesResponseEvent : public ProtocolEvent { |
+class GetUpdatesResponseEvent : public ProtocolEvent { |
public: |
GetUpdatesResponseEvent(base::Time timestamp, |
const sync_pb::ClientToServerResponse& response, |