| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| index 554d3e5863e122eaf070f2f1f8bbabe41f7ca66b..2acade8120589d2457bee1f2c344e9bccc32a091 100644
|
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/sessions/sync_session_snapshot.h"
|
| +#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
|
|
|
| class Profile;
|
| class ProfileSyncService;
|
| @@ -108,7 +108,7 @@ class ProfileSyncServiceHarness {
|
| bool DisableSyncForAllDatatypes();
|
|
|
| // Returns a snapshot of the current sync session.
|
| - syncer::sessions::SyncSessionSnapshot GetLastSessionSnapshot() const;
|
| + syncer::SyncCycleSnapshot GetLastCycleSnapshot() const;
|
|
|
| // Check if |type| is being synced.
|
| bool IsTypePreferred(syncer::ModelType type);
|
|
|