Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.h

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698