summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/favicon_helper.cc')
-rw-r--r--chrome/browser/favicon_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/favicon_helper.cc b/chrome/browser/favicon_helper.cc
index 6ff45ea..7ad421c 100644
--- a/chrome/browser/favicon_helper.cc
+++ b/chrome/browser/favicon_helper.cc
@@ -207,7 +207,7 @@ void FaviconHelper::OnFaviconDataForInitialURL(
if (favicon.known_icon && !favicon.expired) {
if (got_favicon_url_ && entry->favicon().url() != favicon.icon_url) {
- // Mapping in the database is wrong. DownloadFavIconOrAskHistory will
+ // Mapping in the database is wrong. DownloadFaviconOrAskHistory will
// update the mapping for this url and download the favicon if we don't
// already have it.
DownloadFaviconOrAskHistory(entry);