diff options
Diffstat (limited to 'chrome/browser/history/history.cc')
-rw-r--r-- | chrome/browser/history/history.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc index c0d7f12..1b3a6e0 100644 --- a/chrome/browser/history/history.cc +++ b/chrome/browser/history/history.cc @@ -475,7 +475,7 @@ void HistoryService::SetFavicon(const GURL& page_url, if (!CanAddURL(page_url)) return; - ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetFavIcon, + ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetFavicon, page_url, icon_url, scoped_refptr<RefCountedMemory>(new RefCountedBytes(image_data)), history::FAV_ICON); @@ -483,7 +483,7 @@ void HistoryService::SetFavicon(const GURL& page_url, void HistoryService::SetFaviconOutOfDateForPage(const GURL& page_url) { ScheduleAndForget(PRIORITY_NORMAL, - &HistoryBackend::SetFavIconOutOfDateForPage, page_url); + &HistoryBackend::SetFaviconOutOfDateForPage, page_url); } void HistoryService::SetImportedFavicons( |