| Index: chrome/browser/sync/glue/sync_backend_host_core.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| index 7e4ab73de9b0e47f70219e4de8de7b813e08fc01..a32dad1bf24d1d68276755d3810450cc677ee325 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| @@ -11,6 +11,8 @@
|
| #include "chrome/browser/sync/glue/sync_backend_registrar.h"
|
| #include "chrome/browser/sync/glue/synced_device_tracker.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| +#include "components/invalidation/object_id_invalidation_map.h"
|
| +#include "sync/internal_api/public/base/invalidation_util.h"
|
| #include "sync/internal_api/public/events/protocol_event.h"
|
| #include "sync/internal_api/public/http_post_provider_factory.h"
|
| #include "sync/internal_api/public/internal_components_factory.h"
|
| @@ -21,8 +23,6 @@
|
| #include "sync/internal_api/public/sync_context_proxy.h"
|
| #include "sync/internal_api/public/sync_manager.h"
|
| #include "sync/internal_api/public/sync_manager_factory.h"
|
| -#include "sync/notifier/invalidation_util.h"
|
| -#include "sync/notifier/object_id_invalidation_map.h"
|
|
|
| // Helper macros to log with the syncer thread name; useful when there
|
| // are multiple syncers involved.
|
|
|