| Index: components/sync/core/internal_components_factory.h
|
| diff --git a/sync/internal_api/public/internal_components_factory.h b/components/sync/core/internal_components_factory.h
|
| similarity index 92%
|
| rename from sync/internal_api/public/internal_components_factory.h
|
| rename to components/sync/core/internal_components_factory.h
|
| index 5b5c4edfc69a9218af660c807199f6ec1f02456a..e4b9d2ee4dfe8e45701e8e3b37c472f351255b85 100644
|
| --- a/sync/internal_api/public/internal_components_factory.h
|
| +++ b/components/sync/core/internal_components_factory.h
|
| @@ -6,16 +6,16 @@
|
| // components used by the SyncManager that are not exposed across the sync
|
| // API boundary.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#define COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/engine/model_safe_worker.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/engine/model_safe_worker.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -113,4 +113,4 @@ class SYNC_EXPORT InternalComponentsFactory {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#endif // COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
|
|
|