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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.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/core_impl/js_sync_manager_observer.h
diff --git a/components/sync/core_impl/js_sync_manager_observer.h b/components/sync/core_impl/js_sync_manager_observer.h
index cde3c4127026235c940f2feafd12e5f7048dfed3..fe380a7e28a81f6db4a7990d0ef789ec7212aae7 100644
--- a/components/sync/core_impl/js_sync_manager_observer.h
+++ b/components/sync/core_impl/js_sync_manager_observer.h
@@ -31,8 +31,7 @@ class JsSyncManagerObserver : public SyncManager::Observer {
void SetJsEventHandler(const WeakHandle<JsEventHandler>& event_handler);
// SyncManager::Observer implementation.
- void OnSyncCycleCompleted(
- const sessions::SyncSessionSnapshot& snapshot) override;
+ void OnSyncCycleCompleted(const SyncCycleSnapshot& snapshot) override;
void OnConnectionStatusChange(ConnectionStatus status) override;
void OnInitializationComplete(
const WeakHandle<JsBackend>& js_backend,
« no previous file with comments | « components/sync/core_impl/debug_info_event_listener.cc ('k') | components/sync/core_impl/js_sync_manager_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698