Index: components/sync/model/model_type_change_processor.h |
diff --git a/components/sync/api/model_type_change_processor.h b/components/sync/model/model_type_change_processor.h |
similarity index 87% |
rename from components/sync/api/model_type_change_processor.h |
rename to components/sync/model/model_type_change_processor.h |
index 4cd7e321ed65c63268cea0f340751fcce454d491..5eff158cdba1603f01c9af1b6ec4ba9d1a3f9905 100644 |
--- a/components/sync/api/model_type_change_processor.h |
+++ b/components/sync/model/model_type_change_processor.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 COMPONENTS_SYNC_API_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
-#define COMPONENTS_SYNC_API_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#ifndef COMPONENTS_SYNC_MODEL_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#define COMPONENTS_SYNC_MODEL_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
#include <memory> |
#include <string> |
-#include "components/sync/api/data_type_error_handler.h" |
-#include "components/sync/api/entity_data.h" |
-#include "components/sync/api/sync_error_factory.h" |
#include "components/sync/core/activation_context.h" |
+#include "components/sync/model/data_type_error_handler.h" |
+#include "components/sync/model/entity_data.h" |
+#include "components/sync/model/sync_error_factory.h" |
namespace syncer { |
class SyncError; |
@@ -66,4 +66,4 @@ class ModelTypeChangeProcessor : public SyncErrorFactory { |
} // namespace syncer |
-#endif // COMPONENTS_SYNC_API_MODEL_TYPE_CHANGE_PROCESSOR_H_ |
+#endif // COMPONENTS_SYNC_MODEL_MODEL_TYPE_CHANGE_PROCESSOR_H_ |