| 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 d528ec4bc9c9f41dc363c09889cb361553d1e726..98e1a4e93f73aa7af5ff245b105db47d28f4f3ee 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| @@ -11,8 +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/invalidation_util.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"
|
|
|