| 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 599073e1e1908a8a07e181c30957598589c0912b..39e66bbadea25d9aedc9084b5bd95e4d0f49110f 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl_unittest.cc
|
| @@ -35,13 +35,13 @@
|
| #include "components/sync/driver/fake_sync_client.h"
|
| #include "components/sync/driver/sync_frontend.h"
|
| #include "components/sync/driver/sync_prefs.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/model_safe_worker.h"
|
| #include "components/sync/engine/passive_model_worker.h"
|
| #include "components/sync/protocol/encryption.pb.h"
|
| #include "components/sync/protocol/sync_protocol_error.h"
|
| -#include "components/sync/sessions/commit_counters.h"
|
| -#include "components/sync/sessions/status_counters.h"
|
| -#include "components/sync/sessions/update_counters.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"
|
|
|