diff options
Diffstat (limited to 'chrome/browser/search_engines/template_url_prepopulate_data.cc')
-rw-r--r-- | chrome/browser/search_engines/template_url_prepopulate_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc index 6cb64bd..341468c 100644 --- a/chrome/browser/search_engines/template_url_prepopulate_data.cc +++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc @@ -3374,7 +3374,7 @@ TemplateURL* MakePrepopulatedTemplateURL(const wchar_t* name, TemplateURL* new_turl = new TemplateURL(); new_turl->SetURL(WideToUTF8(search_url), 0, 0); if (favicon_url) - new_turl->SetFavIconURL(GURL(favicon_url)); + new_turl->SetFaviconURL(GURL(favicon_url)); if (suggest_url) new_turl->SetSuggestionsURL(WideToUTF8(suggest_url), 0, 0); if (instant_url) |