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_ |