| Index: chrome/browser/search_engines/template_url_model.cc
|
| diff --git a/chrome/browser/search_engines/template_url_model.cc b/chrome/browser/search_engines/template_url_model.cc
|
| index cac5beaa4dc2895318c8a631f5ccba29a8601038..4768de340ac7bff020e3a1cc8b898c33ceeb5d75 100644
|
| --- a/chrome/browser/search_engines/template_url_model.cc
|
| +++ b/chrome/browser/search_engines/template_url_model.cc
|
| @@ -794,7 +794,7 @@ void TemplateURLModel::SaveDefaultSearchProviderToPrefs(
|
| t_url ? Int64ToWString(t_url->id()) : std::wstring();
|
| prefs->SetString(prefs::kDefaultSearchProviderID, id_string);
|
|
|
| - prefs->ScheduleSavePersistentPrefs(g_browser_process->file_thread());
|
| + prefs->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| bool TemplateURLModel::LoadDefaultSearchProviderFromPrefs(
|
|
|