Index: components/sync/core_impl/model_type_connector_proxy.h |
diff --git a/sync/internal_api/model_type_connector_proxy.h b/components/sync/core_impl/model_type_connector_proxy.h |
similarity index 78% |
rename from sync/internal_api/model_type_connector_proxy.h |
rename to components/sync/core_impl/model_type_connector_proxy.h |
index 5c05a7bd8b8a8d0ade285687bc42c89dcf3b5e11..b832cabc7bf73e4a3257da39735b57815f4ddfa1 100644 |
--- a/sync/internal_api/model_type_connector_proxy.h |
+++ b/components/sync/core_impl/model_type_connector_proxy.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_INTERNAL_API_MODEL_TYPE_CONNECTOR_PROXY_H_ |
-#define SYNC_INTERNAL_API_MODEL_TYPE_CONNECTOR_PROXY_H_ |
+#ifndef COMPONENTS_SYNC_CORE_IMPL_MODEL_TYPE_CONNECTOR_PROXY_H_ |
+#define COMPONENTS_SYNC_CORE_IMPL_MODEL_TYPE_CONNECTOR_PROXY_H_ |
#include <memory> |
#include "base/memory/weak_ptr.h" |
#include "base/sequenced_task_runner.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/model_type_connector.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/model_type_connector.h" |
namespace syncer_v2 { |
@@ -42,4 +42,4 @@ class SYNC_EXPORT ModelTypeConnectorProxy : public ModelTypeConnector { |
} // namespace syncer_v2 |
-#endif // SYNC_INTERNAL_API_MODEL_TYPE_CONNECTOR_PROXY_H_ |
+#endif // COMPONENTS_SYNC_CORE_IMPL_MODEL_TYPE_CONNECTOR_PROXY_H_ |