| Index: components/sync/model/model_type_service.h
|
| diff --git a/components/sync/api/model_type_service.h b/components/sync/model/model_type_service.h
|
| similarity index 92%
|
| rename from components/sync/api/model_type_service.h
|
| rename to components/sync/model/model_type_service.h
|
| index 21fc9af73c82140e82b24eaa663953520857d182..1476e7e47e56cbf2e1412bf1e8664294828f34a6 100644
|
| --- a/components/sync/api/model_type_service.h
|
| +++ b/components/sync/model/model_type_service.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 COMPONENTS_SYNC_API_MODEL_TYPE_SERVICE_H_
|
| -#define COMPONENTS_SYNC_API_MODEL_TYPE_SERVICE_H_
|
| +#ifndef COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
|
| +#define COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -11,13 +11,13 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/sync/api/conflict_resolution.h"
|
| -#include "components/sync/api/data_type_error_handler.h"
|
| -#include "components/sync/api/entity_change.h"
|
| -#include "components/sync/api/entity_data.h"
|
| -#include "components/sync/api/model_type_change_processor.h"
|
| -#include "components/sync/api/sync_error.h"
|
| #include "components/sync/core/activation_context.h"
|
| +#include "components/sync/model/conflict_resolution.h"
|
| +#include "components/sync/model/data_type_error_handler.h"
|
| +#include "components/sync/model/entity_change.h"
|
| +#include "components/sync/model/entity_data.h"
|
| +#include "components/sync/model/model_type_change_processor.h"
|
| +#include "components/sync/model/sync_error.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -136,4 +136,4 @@ class ModelTypeService : public base::SupportsWeakPtr<ModelTypeService> {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_API_MODEL_TYPE_SERVICE_H_
|
| +#endif // COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
|
|
|