Index: chrome/browser/sync/test_profile_sync_service.h |
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h |
index 00459d9f1ab4724706746a4b96e0ac24d28c968e..b4db09aaf7026bba0212e3d651d7eee8ecdc8a74 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.h |
+++ b/chrome/browser/sync/test_profile_sync_service.h |
@@ -10,8 +10,8 @@ |
#include "base/callback.h" |
#include "base/compiler_specific.h" |
#include "base/memory/weak_ptr.h" |
+#include "chrome/browser/invalidation/invalidator_storage.h" |
#include "chrome/browser/sync/glue/data_type_manager_impl.h" |
-#include "chrome/browser/sync/invalidations/invalidator_storage.h" |
#include "chrome/browser/sync/profile_sync_components_factory_mock.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/sync_prefs.h" |
@@ -38,7 +38,8 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { |
SyncBackendHostForProfileSyncTest( |
Profile* profile, |
const base::WeakPtr<SyncPrefs>& sync_prefs, |
- const base::WeakPtr<InvalidatorStorage>& invalidator_storage, |
+ const base::WeakPtr<invalidation::InvalidatorStorage>& |
+ invalidator_storage, |
syncer::TestIdFactory& id_factory, |
base::Closure& callback, |
bool set_initial_sync_ended_on_init, |