Index: chrome/browser/favicon/favicon_handler.cc |
diff --git a/chrome/browser/favicon/favicon_handler.cc b/chrome/browser/favicon/favicon_handler.cc |
index 08487e0e38d3228b661ab9dc9e83d6c6df9fa28b..8dfb046a08c17a502e044c5639fbaec5f0306a3c 100644 |
--- a/chrome/browser/favicon/favicon_handler.cc |
+++ b/chrome/browser/favicon/favicon_handler.cc |
@@ -241,7 +241,7 @@ FaviconHandler::FaviconCandidate::FaviconCandidate( |
//////////////////////////////////////////////////////////////////////////////// |
FaviconHandler::FaviconHandler(FaviconClient* client, |
- FaviconHandlerDelegate* delegate, |
+ FaviconDriver* delegate, |
Type icon_type, |
bool download_largest_icon) |
: got_favicon_from_history_(false), |
@@ -689,7 +689,7 @@ int FaviconHandler::ScheduleDownload(const GURL& url, |
const GURL& image_url, |
favicon_base::IconType icon_type) { |
// A max bitmap size is specified to avoid receiving huge bitmaps in |
- // OnDidDownloadFavicon(). See FaviconHandlerDelegate::StartDownload() |
+ // OnDidDownloadFavicon(). See FaviconDriver::StartDownload() |
// for more details about the max bitmap size. |
const int download_id = DownloadFavicon(image_url, |
GetMaximalIconSize(icon_type)); |