From 452be197b1bfd23ab71db38cea5655bda0e8cc24 Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Sat, 29 Aug 2009 03:07:29 +0000 Subject: Fix a crash where we were looking for the fav icon in the wrong service. This caused the possible url dialog in the options menu to never load favicons, and instead DCHECK (crashing debug builds). Review URL: http://codereview.chromium.org/179034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24852 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/possible_url_model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/possible_url_model.h') diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h index 4a688fe..ac3013c 100644 --- a/chrome/browser/possible_url_model.h +++ b/chrome/browser/possible_url_model.h @@ -47,7 +47,7 @@ class PossibleURLModel : public TableModel { virtual int CompareValues(int row1, int row2, int column_id); - virtual void OnFavIconAvailable(HistoryService::Handle h, + virtual void OnFavIconAvailable(FaviconService::Handle h, bool fav_icon_available, scoped_refptr data, bool expired, -- cgit v1.1