summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_fetcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/template_url_fetcher.cc')
-rw-r--r--chrome/browser/search_engines/template_url_fetcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_fetcher.cc b/chrome/browser/search_engines/template_url_fetcher.cc
index 42ab957..586d4d0 100644
--- a/chrome/browser/search_engines/template_url_fetcher.cc
+++ b/chrome/browser/search_engines/template_url_fetcher.cc
@@ -228,7 +228,7 @@ void TemplateURLFetcher::RequestDelegate::AddSearchProvider() {
// The page may have specified a URL to use for favicons, if not, set it.
if (!template_url_->GetFavIconURL().is_valid())
- template_url_->SetFavIconURL(favicon_url_);
+ template_url_->SetFaviconURL(favicon_url_);
switch (provider_type_) {
case AUTODETECTED_PROVIDER: