| Index: chrome/browser/sync/profile_sync_service.cc | 
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc | 
| index 310efb7bbc1dc145480a655431172b2b6aa27d46..59c6b6824568b74676b6787815541588475395e0 100644 | 
| --- a/chrome/browser/sync/profile_sync_service.cc | 
| +++ b/chrome/browser/sync/profile_sync_service.cc | 
| @@ -138,10 +138,7 @@ ProfileSyncService::ProfileSyncService(ProfileSyncComponentsFactory* factory, | 
| profile_(profile), | 
| // |profile| may be NULL in unit tests. | 
| sync_prefs_(profile_ ? profile_->GetPrefs() : NULL), | 
| -      invalidator_storage_( | 
| -          profile_ ? profile_->GetPrefs(): NULL, | 
| -          profile_ ? static_cast<PrefRegistrySyncable*>( | 
| -              profile_->GetPrefs()->DeprecatedGetPrefRegistry()) : NULL), | 
| +      invalidator_storage_(profile_ ? profile_->GetPrefs(): NULL), | 
| sync_service_url_(kDevServerUrl), | 
| is_first_time_sync_configure_(false), | 
| backend_initialized_(false), | 
|  |