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

Unified Diff: components/sync/engine_impl/update_applicator.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
« no previous file with comments | « components/sync/engine_impl/syncer_unittest.cc ('k') | components/sync/engine_impl/update_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/update_applicator.h
diff --git a/components/sync/engine_impl/update_applicator.h b/components/sync/engine_impl/update_applicator.h
index e4afa3619459062712584f3a1034d7b95374713f..6fc19e4f885f75986cf47ee165e297c361693780 100644
--- a/components/sync/engine_impl/update_applicator.h
+++ b/components/sync/engine_impl/update_applicator.h
@@ -3,7 +3,7 @@
// found in the LICENSE file.
//
// An UpdateApplicator is used to iterate over a number of unapplied updates,
-// applying them to the client using the given syncer session.
+// applying them to the client using the given syncer cycle.
//
// UpdateApplicator might resemble an iterator, but it actually keeps retrying
// failed updates until no remaining updates can be successfully applied.
@@ -18,23 +18,17 @@
#include "base/macros.h"
#include "components/sync/engine/model_safe_worker.h"
-#include "components/sync/sessions_impl/status_controller.h"
#include "components/sync/syncable/syncable_id.h"
namespace syncer {
-namespace sessions {
-class StatusController;
-}
+class Cryptographer;
namespace syncable {
class WriteTransaction;
class Entry;
}
-class ConflictResolver;
-class Cryptographer;
-
class UpdateApplicator {
public:
explicit UpdateApplicator(Cryptographer* cryptographer);
« no previous file with comments | « components/sync/engine_impl/syncer_unittest.cc ('k') | components/sync/engine_impl/update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698