| Index: components/sync/core/shared_model_type_processor.h
|
| diff --git a/sync/internal_api/public/shared_model_type_processor.h b/components/sync/core/shared_model_type_processor.h
|
| similarity index 88%
|
| rename from sync/internal_api/public/shared_model_type_processor.h
|
| rename to components/sync/core/shared_model_type_processor.h
|
| index 50b36b1c2fe5133726df41933c515581033f5d1b..e037ddc9a3d47a0f34b85e49be4d10355f2d7fec 100644
|
| --- a/sync/internal_api/public/shared_model_type_processor.h
|
| +++ b/components/sync/core/shared_model_type_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_INTERNAL_API_PUBLIC_SHARED_MODEL_TYPE_PROCESSOR_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_SHARED_MODEL_TYPE_PROCESSOR_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_SHARED_MODEL_TYPE_PROCESSOR_H_
|
| +#define COMPONENTS_SYNC_CORE_SHARED_MODEL_TYPE_PROCESSOR_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -12,19 +12,19 @@
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "sync/api/data_batch.h"
|
| -#include "sync/api/metadata_batch.h"
|
| -#include "sync/api/metadata_change_list.h"
|
| -#include "sync/api/model_type_change_processor.h"
|
| -#include "sync/api/model_type_service.h"
|
| -#include "sync/api/sync_error.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/internal_api/public/data_type_error_handler.h"
|
| -#include "sync/internal_api/public/model_type_processor.h"
|
| -#include "sync/internal_api/public/non_blocking_sync_common.h"
|
| -#include "sync/protocol/data_type_state.pb.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/api/data_batch.h"
|
| +#include "components/sync/api/metadata_batch.h"
|
| +#include "components/sync/api/metadata_change_list.h"
|
| +#include "components/sync/api/model_type_change_processor.h"
|
| +#include "components/sync/api/model_type_service.h"
|
| +#include "components/sync/api/sync_error.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/core/data_type_error_handler.h"
|
| +#include "components/sync/core/model_type_processor.h"
|
| +#include "components/sync/core/non_blocking_sync_common.h"
|
| +#include "components/sync/protocol/data_type_state.pb.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer_v2 {
|
| struct ActivationContext;
|
| @@ -176,4 +176,4 @@ class SYNC_EXPORT SharedModelTypeProcessor : public ModelTypeProcessor,
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_SHARED_MODEL_TYPE_PROCESSOR_H_
|
| +#endif // COMPONENTS_SYNC_CORE_SHARED_MODEL_TYPE_PROCESSOR_H_
|
|
|