| 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 53b99b3c65f5acb382cb6edf3c0b3fcebf5def82..dd40caf645237d8ab41a24f6a68a6f2949b5867d 100644
|
| --- a/components/sync/engine_impl/sync_cycle_event.h
|
| +++ b/components/sync/engine_impl/sync_cycle_event.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
|
| #define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
|
|
|
| -#include "components/sync/sessions/sync_session_snapshot.h"
|
| +#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -29,8 +29,8 @@ struct SyncCycleEvent {
|
|
|
| EventCause what_happened;
|
|
|
| - // The last session used for syncing.
|
| - sessions::SyncSessionSnapshot snapshot;
|
| + // The last cycle used for syncing.
|
| + SyncCycleSnapshot snapshot;
|
| };
|
|
|
| } // namespace syncer
|
|
|