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

Unified Diff: components/sync/driver/glue/sync_backend_host_core.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: components/sync/driver/glue/sync_backend_host_core.h
diff --git a/components/sync/driver/glue/sync_backend_host_core.h b/components/sync/driver/glue/sync_backend_host_core.h
index 1fc734898c4d288b1f9cc78a6349bff9aa49d5cf..66c5a762c85b5a8a5e52e4ffa63a24163b8b5134 100644
--- a/components/sync/driver/glue/sync_backend_host_core.h
+++ b/components/sync/driver/glue/sync_backend_host_core.h
@@ -20,7 +20,7 @@
#include "components/sync/core/sync_encryption_handler.h"
#include "components/sync/driver/glue/sync_backend_host_impl.h"
#include "components/sync/driver/system_encryptor.h"
-#include "components/sync/sessions/type_debug_info_observer.h"
+#include "components/sync/engine/cycle/type_debug_info_observer.h"
#include "url/gurl.h"
namespace browser_sync {
@@ -106,8 +106,7 @@ class SyncBackendHostCore
// SyncManager::Observer implementation. The Core just acts like an air
// traffic controller here, forwarding incoming messages to appropriate
// landing threads.
- void OnSyncCycleCompleted(
- const syncer::sessions::SyncSessionSnapshot& snapshot) override;
+ void OnSyncCycleCompleted(const syncer::SyncCycleSnapshot& snapshot) override;
void OnInitializationComplete(
const syncer::WeakHandle<syncer::JsBackend>& js_backend,
const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
« no previous file with comments | « components/sync/driver/glue/sync_backend_host.h ('k') | components/sync/driver/glue/sync_backend_host_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698