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

Unified Diff: components/sync/engine_impl/commit_processor.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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_contributor.cc ('k') | components/sync/engine_impl/commit_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_processor.h
diff --git a/sync/engine/commit_processor.h b/components/sync/engine_impl/commit_processor.h
similarity index 82%
rename from sync/engine/commit_processor.h
rename to components/sync/engine_impl/commit_processor.h
index 13e051b10a1531d43761c153e3ad358fa749f32b..ce6ddd2b14321ec2aa847f67031ef425aa3198f0 100644
--- a/sync/engine/commit_processor.h
+++ b/components/sync/engine_impl/commit_processor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_COMMIT_PROCESSOR_H_
-#define SYNC_ENGINE_COMMIT_PROCESSOR_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_PROCESSOR_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_PROCESSOR_H_
#include <stddef.h>
@@ -11,11 +11,11 @@
#include <vector>
#include "base/macros.h"
-#include "sync/base/sync_export.h"
-#include "sync/engine/commit.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/engine/model_safe_worker.h"
-#include "sync/sessions/model_type_registry.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/engine/model_safe_worker.h"
+#include "components/sync/engine_impl/commit.h"
+#include "components/sync/sessions_impl/model_type_registry.h"
namespace syncer {
@@ -62,4 +62,4 @@ class SYNC_EXPORT CommitProcessor {
} // namespace syncer
-#endif // SYNC_ENGINE_COMMIT_PROCESSOR_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_PROCESSOR_H_
« no previous file with comments | « components/sync/engine_impl/commit_contributor.cc ('k') | components/sync/engine_impl/commit_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698