| Index: components/sync/engine_impl/model_type_worker_unittest.cc
|
| diff --git a/components/sync/engine_impl/model_type_worker_unittest.cc b/components/sync/engine_impl/model_type_worker_unittest.cc
|
| index 4cabb1794cb88dae0234716a99777c24e0f7a9f3..f0ab457da8c88b9e9e840985bbdfa06a637d2a38 100644
|
| --- a/components/sync/engine_impl/model_type_worker_unittest.cc
|
| +++ b/components/sync/engine_impl/model_type_worker_unittest.cc
|
| @@ -17,9 +17,9 @@
|
| #include "components/sync/core/model_type_processor.h"
|
| #include "components/sync/core/non_blocking_sync_common.h"
|
| #include "components/sync/engine_impl/commit_contribution.h"
|
| +#include "components/sync/engine_impl/cycle/status_controller.h"
|
| #include "components/sync/protocol/data_type_state.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/sessions_impl/status_controller.h"
|
| #include "components/sync/syncable/syncable_util.h"
|
| #include "components/sync/test/engine/mock_model_type_processor.h"
|
| #include "components/sync/test/engine/mock_nudge_handler.h"
|
| @@ -37,7 +37,7 @@ using syncer::Cryptographer;
|
| using syncer::CommitContribution;
|
| using syncer::KeyParams;
|
| using syncer::Nigori;
|
| -using syncer::sessions::StatusController;
|
| +using syncer::StatusController;
|
|
|
| // Tests the ModelTypeWorker.
|
| //
|
|
|