| Index: components/sync/driver/glue/sync_backend_host_impl.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
|
| index c4e66f5b9ebcbaf86a4c985ee8de1fe3e293ec43..cfeab2e2445862434cae6323b1145929462f483e 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -23,12 +23,12 @@
|
| #include "components/sync/base/extensions_activity.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/base/weak_handle.h"
|
| -#include "components/sync/core/configure_reason.h"
|
| -#include "components/sync/core/sync_manager.h"
|
| #include "components/sync/driver/backend_data_type_configurer.h"
|
| #include "components/sync/driver/glue/sync_backend_host.h"
|
| +#include "components/sync/engine/configure_reason.h"
|
| #include "components/sync/engine/cycle/sync_cycle_snapshot.h"
|
| #include "components/sync/engine/cycle/type_debug_info_observer.h"
|
| +#include "components/sync/engine/sync_manager.h"
|
| #include "components/sync/protocol/encryption.pb.h"
|
| #include "components/sync/protocol/sync_protocol_error.h"
|
|
|
|
|