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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.cc

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.cc
diff --git a/components/sync/core_impl/js_sync_manager_observer.cc b/components/sync/core_impl/js_sync_manager_observer.cc
index 0c2a501729d9f1497f20558886752eb9f23bbcbc..5d0afa3b1c6c68909211b35fc3d56d83ddc3d8e5 100644
--- a/components/sync/core_impl/js_sync_manager_observer.cc
+++ b/components/sync/core_impl/js_sync_manager_observer.cc
@@ -12,10 +12,10 @@
#include "base/values.h"
#include "components/sync/base/model_type.h"
#include "components/sync/core/change_record.h"
+#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "components/sync/engine/sync_string_conversions.h"
#include "components/sync/js/js_event_details.h"
#include "components/sync/js/js_event_handler.h"
-#include "components/sync/sessions/sync_session_snapshot.h"
namespace syncer {
@@ -29,7 +29,7 @@ void JsSyncManagerObserver::SetJsEventHandler(
}
void JsSyncManagerObserver::OnSyncCycleCompleted(
- const sessions::SyncSessionSnapshot& snapshot) {
+ const SyncCycleSnapshot& snapshot) {
if (!event_handler_.IsInitialized()) {
return;
}
« no previous file with comments | « components/sync/core_impl/js_sync_manager_observer.h ('k') | components/sync/core_impl/js_sync_manager_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698