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

Unified Diff: components/sync/engine_impl/directory_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
Index: components/sync/engine_impl/directory_commit_contribution.h
diff --git a/components/sync/engine_impl/directory_commit_contribution.h b/components/sync/engine_impl/directory_commit_contribution.h
index ecdd36aa50718160a3b417022fa8d9beb7528c31..9d9a177e680be7cc870272a9b653d572d6611500 100644
--- a/components/sync/engine_impl/directory_commit_contribution.h
+++ b/components/sync/engine_impl/directory_commit_contribution.h
@@ -16,15 +16,13 @@
#include "components/sync/base/model_type.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/engine_impl/commit_contribution.h"
+#include "components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h"
+#include "components/sync/engine_impl/cycle/status_controller.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync/sessions_impl/directory_type_debug_info_emitter.h"
-#include "components/sync/sessions_impl/status_controller.h"
namespace syncer {
-namespace sessions {
class StatusController;
-} // namespace sessions
namespace syncable {
class Directory;
@@ -68,7 +66,7 @@ class DirectoryCommitContribution : public CommitContribution {
// This function should not be called more than once.
SyncerError ProcessCommitResponse(
const sync_pb::ClientToServerResponse& response,
- sessions::StatusController* status) override;
+ StatusController* status) override;
// Cleans up any temporary state associated with the commit. Must be called
// before destruction.
« no previous file with comments | « components/sync/engine_impl/cycle/test_util.cc ('k') | components/sync/engine_impl/directory_commit_contribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698