| Index: chrome/browser/profiles/profile_impl.cc | 
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc | 
| index c3650e8ba514879259e8d40b907acc558da8e9aa..6b2a3443e4b61c13ae5f0bf784a7f17c48a38013 100644 | 
| --- a/chrome/browser/profiles/profile_impl.cc | 
| +++ b/chrome/browser/profiles/profile_impl.cc | 
| @@ -757,7 +757,7 @@ void ProfileImpl::OnPrefsLoaded(bool success) { | 
| prefs_->SetBoolean(prefs::kSessionExitedCleanly, true); | 
|  | 
| BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices( | 
| -      this, false); | 
| +      this); | 
|  | 
| DCHECK(!net_pref_observer_); | 
| { | 
|  |