| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
|
| index 7d720b08ae9d2f4128bd9e0a9655911acb1650da..d230f3bcff5ed12a3e28b3e5b6edf8603b1a0d9a 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -21,6 +21,7 @@
|
| #include "base/tracked_objects.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| +#include "chrome/browser/invalidation/invalidator_storage.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/signin/token_service.h"
|
| #include "chrome/browser/signin/token_service_factory.h"
|
| @@ -31,7 +32,6 @@
|
| #include "chrome/browser/sync/glue/device_info.h"
|
| #include "chrome/browser/sync/glue/sync_backend_registrar.h"
|
| #include "chrome/browser/sync/glue/synced_device_tracker.h"
|
| -#include "chrome/browser/sync/invalidations/invalidator_storage.h"
|
| #include "chrome/browser/sync/sync_prefs.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| @@ -347,7 +347,7 @@ SyncBackendHost::SyncBackendHost(
|
| const std::string& name,
|
| Profile* profile,
|
| const base::WeakPtr<SyncPrefs>& sync_prefs,
|
| - const base::WeakPtr<InvalidatorStorage>& invalidator_storage)
|
| + const base::WeakPtr<invalidation::InvalidatorStorage>& invalidator_storage)
|
| : weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| sync_thread_("Chrome_SyncThread"),
|
| frontend_loop_(MessageLoop::current()),
|
|
|