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

Unified Diff: components/sync/engine_impl/process_updates_util.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/engine_impl/process_updates_util.h
diff --git a/components/sync/engine_impl/process_updates_util.h b/components/sync/engine_impl/process_updates_util.h
index aaf224cc111a3b98c9ff59c14d888e0354ce7c43..5410bebd4735c8fac531c2465715e63776afb300 100644
--- a/components/sync/engine_impl/process_updates_util.h
+++ b/components/sync/engine_impl/process_updates_util.h
@@ -17,17 +17,14 @@ class SyncEntity;
namespace syncer {
-namespace sessions {
class StatusController;
-}
+struct UpdateCounters;
namespace syncable {
class ModelNeutralWriteTransaction;
class Directory;
}
-struct UpdateCounters;
-
typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
// Processes all the updates associated with a single ModelType.
@@ -35,7 +32,7 @@ void ProcessDownloadedUpdates(syncable::Directory* dir,
syncable::ModelNeutralWriteTransaction* trans,
ModelType type,
const SyncEntityList& applicable_updates,
- sessions::StatusController* status,
+ StatusController* status,
UpdateCounters* counters);
// Tombstones all entries of |type| whose versions are older than

Powered by Google App Engine
This is Rietveld 408576698