| Index: components/sync/test/engine/mock_model_type_worker.h
|
| diff --git a/components/sync/test/engine/mock_model_type_worker.h b/components/sync/test/engine/mock_model_type_worker.h
|
| index 2d5a2fd8df2dff0c3dc6eec061bcf4ca45713f1f..28ad55adf06525cf0ac0fc4c4b4b2370c9342ce2 100644
|
| --- a/components/sync/test/engine/mock_model_type_worker.h
|
| +++ b/components/sync/test/engine/mock_model_type_worker.h
|
| @@ -14,9 +14,9 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "components/sync/core/model_type_processor.h"
|
| -#include "components/sync/core/non_blocking_sync_common.h"
|
| #include "components/sync/engine/commit_queue.h"
|
| +#include "components/sync/engine/model_type_processor.h"
|
| +#include "components/sync/engine/non_blocking_sync_common.h"
|
| #include "components/sync/protocol/model_type_state.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
|
|
|
|