| Index: components/sync/engine_impl/model_type_worker.h
|
| diff --git a/components/sync/engine_impl/model_type_worker.h b/components/sync/engine_impl/model_type_worker.h
|
| index 46a69b6560b9fac25c1fc10a39ec8bf0356dfa4c..c5fb7154f4988cb6b1b4ff0bfd7ce7034bd4decf 100644
|
| --- a/components/sync/engine_impl/model_type_worker.h
|
| +++ b/components/sync/engine_impl/model_type_worker.h
|
| @@ -15,9 +15,9 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "components/sync/base/cryptographer.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync/core/non_blocking_sync_common.h"
|
| -#include "components/sync/core/sync_encryption_handler.h"
|
| #include "components/sync/engine/commit_queue.h"
|
| +#include "components/sync/engine/non_blocking_sync_common.h"
|
| +#include "components/sync/engine/sync_encryption_handler.h"
|
| #include "components/sync/engine_impl/commit_contributor.h"
|
| #include "components/sync/engine_impl/nudge_handler.h"
|
| #include "components/sync/engine_impl/update_handler.h"
|
|
|