| Index: components/sync/test/engine/mock_model_type_worker.h
|
| diff --git a/sync/test/engine/mock_model_type_worker.h b/components/sync/test/engine/mock_model_type_worker.h
|
| similarity index 91%
|
| rename from sync/test/engine/mock_model_type_worker.h
|
| rename to components/sync/test/engine/mock_model_type_worker.h
|
| index b8499cf07ecec3b4dcdf8e392ef34ed7b3b99423..b4a98793ccc28c0c86a277109a414e5c8d50d3ca 100644
|
| --- a/sync/test/engine/mock_model_type_worker.h
|
| +++ b/components/sync/test/engine/mock_model_type_worker.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_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
| -#define SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
| +#ifndef COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
| +#define COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -14,10 +14,10 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "sync/engine/commit_queue.h"
|
| -#include "sync/internal_api/public/model_type_processor.h"
|
| -#include "sync/internal_api/public/non_blocking_sync_common.h"
|
| -#include "sync/protocol/data_type_state.pb.h"
|
| +#include "components/sync/core/model_type_processor.h"
|
| +#include "components/sync/core/non_blocking_sync_common.h"
|
| +#include "components/sync/engine_impl/commit_queue.h"
|
| +#include "components/sync/protocol/data_type_state.pb.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -120,4 +120,4 @@ class MockModelTypeWorker : public CommitQueue {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
| +#endif // COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
|
|
|