| Index: chrome/browser/sync/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| index 2eb601410f058905b7c0ec340bb5ec2fa2365a6b..629722ae653a1e73398f4743ea97c9ab0cc4af8c 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/threading/thread.h"
|
| #include "chrome/browser/sync/glue/extensions_activity_monitor.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| +#include "components/invalidation/invalidation_handler.h"
|
| #include "components/sync_driver/backend_data_type_configurer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -26,7 +27,6 @@
|
| #include "sync/internal_api/public/util/report_unrecoverable_error_function.h"
|
| #include "sync/internal_api/public/util/unrecoverable_error_handler.h"
|
| #include "sync/internal_api/public/util/weak_handle.h"
|
| -#include "sync/notifier/invalidation_handler.h"
|
| #include "sync/protocol/encryption.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| #include "sync/util/extensions_activity.h"
|
|
|