| Index: components/sync/model/mock_model_type_store.h
|
| diff --git a/components/sync/api/mock_model_type_store.h b/components/sync/model/mock_model_type_store.h
|
| similarity index 95%
|
| rename from components/sync/api/mock_model_type_store.h
|
| rename to components/sync/model/mock_model_type_store.h
|
| index 77f6646ac18c7721c0d1f3b36ebf9b02c200f262..a9c1090956b609ed2852c85d564404ce13bcd168 100644
|
| --- a/components/sync/api/mock_model_type_store.h
|
| +++ b/components/sync/model/mock_model_type_store.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| -#define COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| +#ifndef COMPONENTS_SYNC_MODEL_MOCK_MODEL_TYPE_STORE_H_
|
| +#define COMPONENTS_SYNC_MODEL_MOCK_MODEL_TYPE_STORE_H_
|
|
|
| #include <memory>
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "components/sync/api/model_type_store.h"
|
| +#include "components/sync/model/model_type_store.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -115,4 +115,4 @@ class MockModelTypeStore : public ModelTypeStore {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| +#endif // COMPONENTS_SYNC_MODEL_MOCK_MODEL_TYPE_STORE_H_
|
|
|