| Index: components/sync/api/mock_model_type_store.h
|
| diff --git a/sync/api/mock_model_type_store.h b/components/sync/api/mock_model_type_store.h
|
| similarity index 93%
|
| rename from sync/api/mock_model_type_store.h
|
| rename to components/sync/api/mock_model_type_store.h
|
| index 6805ed6b94a00fc5faf0ad20cbf3dc77e15a12e2..565cb9396ac46889e322ab5a4dce9207f54bc58a 100644
|
| --- a/sync/api/mock_model_type_store.h
|
| +++ b/components/sync/api/mock_model_type_store.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| -#define SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| +#ifndef COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| +#define COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
|
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "sync/api/model_type_store.h"
|
| +#include "components/sync/api/model_type_store.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -50,9 +50,9 @@ class MockModelTypeStore : public ModelTypeStore {
|
| ReadAllMetadataSignature;
|
| typedef base::Callback<void(std::unique_ptr<WriteBatch>, CallbackWithResult)>
|
| CommitWriteBatchSignature;
|
| - typedef base::Callback<void(WriteBatch*,
|
| - const std::string&,
|
| - const std::string&)> WriteRecordSignature;
|
| + typedef base::Callback<
|
| + void(WriteBatch*, const std::string&, const std::string&)>
|
| + WriteRecordSignature;
|
| typedef base::Callback<void(WriteBatch*, const std::string&)>
|
| WriteGlobalMetadataSignature;
|
| typedef base::Callback<void(WriteBatch*, const std::string&)>
|
| @@ -114,4 +114,4 @@ class MockModelTypeStore : public ModelTypeStore {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
| +#endif // COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
|
|
|