| Index: components/sync/core/model_type_store_backend.h
|
| diff --git a/sync/internal_api/public/model_type_store_backend.h b/components/sync/core/model_type_store_backend.h
|
| similarity index 93%
|
| rename from sync/internal_api/public/model_type_store_backend.h
|
| rename to components/sync/core/model_type_store_backend.h
|
| index b30379943e86a7581de3a88db4b1d8b53d8f6efd..f0aece52c142182e777b9dfe41c6df177e95bb08 100644
|
| --- a/sync/internal_api/public/model_type_store_backend.h
|
| +++ b/components/sync/core/model_type_store_backend.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_MODEL_TYPE_STORE_BACKEND_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_BACKEND_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
| +#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -12,8 +12,8 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/macros.h"
|
| #include "base/threading/thread_collision_warner.h"
|
| -#include "sync/api/model_type_store.h"
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/api/model_type_store.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace leveldb {
|
| class DB;
|
| @@ -106,4 +106,4 @@ class SYNC_EXPORT ModelTypeStoreBackend
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_BACKEND_H_
|
| +#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
|
|