| Index: chrome/browser/sync/glue/sync_backend_host_unittest.cc | 
| diff --git a/chrome/browser/sync/glue/sync_backend_host_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_unittest.cc | 
| index 3581104718aa28b6cf30b7dd55cfa49bf3ce25f3..1415d0c8690110de86f2c94688f9bc7013a195be 100644 | 
| --- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc | 
| +++ b/chrome/browser/sync/glue/sync_backend_host_unittest.cc | 
| @@ -147,9 +147,7 @@ class SyncBackendHostTest : public testing::Test { | 
| profile_->CreateRequestContext(); | 
| sync_prefs_.reset(new SyncPrefs(profile_->GetPrefs())); | 
| invalidator_storage_.reset(new InvalidatorStorage( | 
| -        profile_->GetPrefs(), | 
| -        static_cast<PrefRegistrySyncable*>( | 
| -            profile_->GetPrefs()->DeprecatedGetPrefRegistry()))); | 
| +        profile_->GetPrefs())); | 
| backend_.reset(new SyncBackendHost( | 
| profile_->GetDebugName(), | 
| profile_.get(), | 
|  |