| Index: components/sync/model_impl/model_type_store_backend.h
|
| diff --git a/components/sync/core/model_type_store_backend.h b/components/sync/model_impl/model_type_store_backend.h
|
| similarity index 95%
|
| rename from components/sync/core/model_type_store_backend.h
|
| rename to components/sync/model_impl/model_type_store_backend.h
|
| index cc1e9d1b3a1235ffd7ae2f36f3fa17e0aa2a4dd0..e7d375d2ba5b8d688032a5fe21d9e1ac1c047319 100644
|
| --- a/components/sync/core/model_type_store_backend.h
|
| +++ b/components/sync/model_impl/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 COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
| -#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
| +#ifndef COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
|
| +#define COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -105,4 +105,4 @@ class ModelTypeStoreBackend
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
|
| +#endif // COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
|
|
|