| Index: components/sync/engine_impl/sync_cycle_event.h
|
| diff --git a/components/sync/engine_impl/sync_cycle_event.h b/components/sync/engine_impl/sync_cycle_event.h
|
| index a3d51e73ae2a51ea827d883a7e88826549097949..53b99b3c65f5acb382cb6edf3c0b3fcebf5def82 100644
|
| --- a/components/sync/engine_impl/sync_cycle_event.h
|
| +++ b/components/sync/engine_impl/sync_cycle_event.h
|
| @@ -5,14 +5,13 @@
|
| #ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
|
| #define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/sessions/sync_session_snapshot.h"
|
|
|
| namespace syncer {
|
|
|
| struct SyncProtocolError;
|
|
|
| -struct SYNC_EXPORT SyncCycleEvent {
|
| +struct SyncCycleEvent {
|
| enum EventCause {
|
| ////////////////////////////////////////////////////////////////
|
| // Sent on entry of Syncer state machine
|
|
|