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

Unified Diff: components/sync/core_impl/debug_info_event_listener.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/debug_info_event_listener.cc
diff --git a/components/sync/core_impl/debug_info_event_listener.cc b/components/sync/core_impl/debug_info_event_listener.cc
index 42b935856de8e0619aab20ad39b5f12eedeb2c63..2d03fc3096509b5f8620b5320599bf5c0b16012b 100644
--- a/components/sync/core_impl/debug_info_event_listener.cc
+++ b/components/sync/core_impl/debug_info_event_listener.cc
@@ -10,8 +10,6 @@
namespace syncer {
-using sessions::SyncSessionSnapshot;
-
DebugInfoEventListener::DebugInfoEventListener()
: events_dropped_(false),
cryptographer_has_pending_keys_(false),
@@ -21,7 +19,7 @@ DebugInfoEventListener::DebugInfoEventListener()
DebugInfoEventListener::~DebugInfoEventListener() {}
void DebugInfoEventListener::OnSyncCycleCompleted(
- const SyncSessionSnapshot& snapshot) {
+ const SyncCycleSnapshot& snapshot) {
DCHECK(thread_checker_.CalledOnValidThread());
sync_pb::DebugEventInfo event_info;
sync_pb::SyncCycleCompletedEventInfo* sync_completed_event_info =
« no previous file with comments | « components/sync/core_impl/debug_info_event_listener.h ('k') | components/sync/core_impl/js_sync_manager_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698