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

Unified Diff: components/sync/engine_impl/commit_contribution.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/commit.cc ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_contribution.h
diff --git a/components/sync/engine_impl/commit_contribution.h b/components/sync/engine_impl/commit_contribution.h
index 714ae8ae8d54c5b943f16604c976a15de9b7cacd..c17112e1c571c0329c3669acc1d634ada08b77bc 100644
--- a/components/sync/engine_impl/commit_contribution.h
+++ b/components/sync/engine_impl/commit_contribution.h
@@ -8,14 +8,12 @@
#include <stddef.h>
#include "components/sync/base/syncer_error.h"
+#include "components/sync/engine_impl/cycle/status_controller.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync/sessions_impl/status_controller.h"
namespace syncer {
-namespace sessions {
class StatusController;
-} // namespace sessions
// This class represents a set of items belonging to a particular data type that
// have been selected from a CommitContributor and prepared for commit.
@@ -40,7 +38,7 @@ class CommitContribution {
// called earlier. This function should not be called more than once.
virtual SyncerError ProcessCommitResponse(
const sync_pb::ClientToServerResponse& response,
- sessions::StatusController* status) = 0;
+ StatusController* status) = 0;
// Cleans up any temproary state associated with the commit. Must be called
// before destruction.
« no previous file with comments | « components/sync/engine_impl/commit.cc ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698