Index: components/sync/engine_impl/commit.h |
diff --git a/sync/engine/commit.h b/components/sync/engine_impl/commit.h |
similarity index 81% |
rename from sync/engine/commit.h |
rename to components/sync/engine_impl/commit.h |
index f914e2ec5326124ce00055cd6942484cb7a85c10..aec680919d8bdcdfb031dcd80fcaed2d69e42647 100644 |
--- a/sync/engine/commit.h |
+++ b/components/sync/engine_impl/commit.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_H_ |
-#define SYNC_ENGINE_COMMIT_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_ |
#include <stddef.h> |
@@ -12,14 +12,14 @@ |
#include <string> |
#include "base/macros.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/engine/commit_contribution.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/engine/model_safe_worker.h" |
-#include "sync/internal_api/public/util/syncer_error.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/sessions/nudge_tracker.h" |
-#include "sync/util/extensions_activity.h" |
+#include "components/sync/base/extensions_activity.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/base/syncer_error.h" |
+#include "components/sync/engine/model_safe_worker.h" |
+#include "components/sync/engine_impl/commit_contribution.h" |
+#include "components/sync/protocol/sync.pb.h" |
+#include "components/sync/sessions_impl/nudge_tracker.h" |
namespace syncer { |
@@ -85,4 +85,4 @@ class SYNC_EXPORT Commit { |
} // namespace syncer |
-#endif // SYNC_ENGINE_COMMIT_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_COMMIT_H_ |