| Index: components/sync/api/model_type_store.h
|
| diff --git a/sync/api/model_type_store.h b/components/sync/api/model_type_store.h
|
| similarity index 96%
|
| rename from sync/api/model_type_store.h
|
| rename to components/sync/api/model_type_store.h
|
| index 487751bee42a30523f2e1c6d42b1efab5b7b2d7c..18377b359586ac0cb6c21e4833a309ee049e1b10 100644
|
| --- a/sync/api/model_type_store.h
|
| +++ b/components/sync/api/model_type_store.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_API_MODEL_TYPE_STORE_H_
|
| -#define SYNC_API_MODEL_TYPE_STORE_H_
|
| +#ifndef COMPONENTS_SYNC_API_MODEL_TYPE_STORE_H_
|
| +#define COMPONENTS_SYNC_API_MODEL_TYPE_STORE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -159,4 +159,4 @@ class SYNC_EXPORT ModelTypeStore {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_API_MODEL_TYPE_STORE_H_
|
| +#endif // COMPONENTS_SYNC_API_MODEL_TYPE_STORE_H_
|
|
|