summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon/favicon_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/favicon/favicon_handler.cc')
-rw-r--r--chrome/browser/favicon/favicon_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/favicon/favicon_handler.cc b/chrome/browser/favicon/favicon_handler.cc
index 599e7c0..c24f94f 100644
--- a/chrome/browser/favicon/favicon_handler.cc
+++ b/chrome/browser/favicon/favicon_handler.cc
@@ -138,7 +138,7 @@ void FaviconHandler::FetchFavicon(const GURL& url) {
image_urls_.clear();
// Request the favicon from the history service. In parallel to this the
- // renderer is going to notify us (well TabContents) when the favicon url is
+ // renderer is going to notify us (well WebContents) when the favicon url is
// available.
if (GetFaviconService()) {
GetFaviconForURL(url_, icon_types_, &cancelable_consumer_,
@@ -296,7 +296,7 @@ void FaviconHandler::OnDidDownloadFavicon(int id,
const gfx::Image& image) {
DownloadRequests::iterator i = download_requests_.find(id);
if (i == download_requests_.end()) {
- // Currently TabContents notifies us of ANY downloads so that it is
+ // Currently WebContents notifies us of ANY downloads so that it is
// possible to get here.
return;
}