| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index a183b7e761eb8b294b89c64379a2177ce4997aaa..45be5f810a9638d5d9ed5765f6e05da674b7a6c0 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -36,7 +36,7 @@ namespace browser_sync {
|
| SyncBackendHostForProfileSyncTest::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,
|
|
|