| Index: components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| index 65ba82c860ceb7da22bea57e141741a8d8204ba1..ffeb1e92bc8ebda5ffee02bfeb14930e956f073a 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| @@ -23,18 +23,18 @@
|
| #include "components/sync/base/experiments.h"
|
| #include "components/sync/base/sync_prefs.h"
|
| #include "components/sync/base/test_unrecoverable_error_handler.h"
|
| -#include "components/sync/core/sync_manager_factory.h"
|
| -#include "components/sync/core/test/fake_sync_manager.h"
|
| #include "components/sync/device_info/device_info.h"
|
| #include "components/sync/driver/fake_sync_client.h"
|
| #include "components/sync/driver/sync_frontend.h"
|
| #include "components/sync/engine/cycle/commit_counters.h"
|
| #include "components/sync/engine/cycle/status_counters.h"
|
| #include "components/sync/engine/cycle/update_counters.h"
|
| +#include "components/sync/engine/fake_sync_manager.h"
|
| #include "components/sync/engine/model_safe_worker.h"
|
| #include "components/sync/engine/net/http_bridge_network_resources.h"
|
| #include "components/sync/engine/net/network_resources.h"
|
| #include "components/sync/engine/passive_model_worker.h"
|
| +#include "components/sync/engine/sync_manager_factory.h"
|
| #include "components/sync/test/callback_counter.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
|
|