Index: components/sync/engine_impl/model_type_worker.h |
diff --git a/sync/engine/model_type_worker.h b/components/sync/engine_impl/model_type_worker.h |
similarity index 90% |
rename from sync/engine/model_type_worker.h |
rename to components/sync/engine_impl/model_type_worker.h |
index bd415385225e1446d7ca58dab9c05865a47caaf0..5b6f52945a750ca2a90e3eaf7787beda035d809c 100644 |
--- a/sync/engine/model_type_worker.h |
+++ b/components/sync/engine_impl/model_type_worker.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_MODEL_TYPE_WORKER_H_ |
-#define SYNC_ENGINE_MODEL_TYPE_WORKER_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_WORKER_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_WORKER_H_ |
#include <stddef.h> |
@@ -13,17 +13,17 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/threading/non_thread_safe.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/engine/commit_contributor.h" |
-#include "sync/engine/commit_queue.h" |
-#include "sync/engine/nudge_handler.h" |
-#include "sync/engine/update_handler.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/non_blocking_sync_common.h" |
-#include "sync/internal_api/public/sync_encryption_handler.h" |
-#include "sync/protocol/data_type_state.pb.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/util/cryptographer.h" |
+#include "components/sync/base/cryptographer.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/non_blocking_sync_common.h" |
+#include "components/sync/core/sync_encryption_handler.h" |
+#include "components/sync/engine_impl/commit_contributor.h" |
+#include "components/sync/engine_impl/commit_queue.h" |
+#include "components/sync/engine_impl/nudge_handler.h" |
+#include "components/sync/engine_impl/update_handler.h" |
+#include "components/sync/protocol/data_type_state.pb.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace base { |
class SingleThreadTaskRunner; |
@@ -185,4 +185,4 @@ class SYNC_EXPORT ModelTypeWorker : public syncer::UpdateHandler, |
} // namespace syncer_v2 |
-#endif // SYNC_ENGINE_MODEL_TYPE_WORKER_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_MODEL_TYPE_WORKER_H_ |