| Index: chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.cc b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| index 7e63d18314f9fc24cdf84c33e8c75fb1cc9128ff..fec7f08b2256da62ebab46b507cc23cee4a913cf 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| @@ -19,7 +19,6 @@
|
| #include "components/invalidation/public/object_id_invalidation_map.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| #include "components/signin/core/browser/signin_client.h"
|
| -#include "components/sync_driver/invalidation_helper.h"
|
| #include "components/sync_driver/sync_driver_switches.h"
|
| #include "components/sync_driver/sync_frontend.h"
|
| #include "components/sync_driver/sync_prefs.h"
|
| @@ -36,6 +35,7 @@
|
| #include "sync/internal_api/public/sync_manager_factory.h"
|
| #include "sync/internal_api/public/util/experiments.h"
|
| #include "sync/internal_api/public/util/sync_string_conversions.h"
|
| +#include "sync/util/invalidation_helper.h"
|
|
|
| // Helper macros to log with the syncer thread name; useful when there
|
| // are multiple syncers involved.
|
|
|