| Index: components/sync/engine/events/clear_server_data_response_event.h
|
| diff --git a/components/sync/engine/events/clear_server_data_response_event.h b/components/sync/engine/events/clear_server_data_response_event.h
|
| index af7b23e083583e755052d7129914d813194d4a1a..5844c8515083cce045fed5806f1aeb8d8ea4ca4d 100644
|
| --- a/components/sync/engine/events/clear_server_data_response_event.h
|
| +++ b/components/sync/engine/events/clear_server_data_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"
|
| @@ -19,7 +18,7 @@
|
| namespace syncer {
|
|
|
| // An event representing a ClearServerData response event from the server.
|
| -class SYNC_EXPORT ClearServerDataResponseEvent : public ProtocolEvent {
|
| +class ClearServerDataResponseEvent : public ProtocolEvent {
|
| public:
|
| ClearServerDataResponseEvent(base::Time timestamp,
|
| SyncerError result,
|
|
|