Index: chrome/browser/possible_url_model.h |
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h |
index 338a4e23cdb443bf88557ea2842961929e641b0d..a8b8c1d1bc99905d62da3ee311c629ef5fa2bbae 100644 |
--- a/chrome/browser/possible_url_model.h |
+++ b/chrome/browser/possible_url_model.h |
@@ -37,10 +37,7 @@ class PossibleURLModel : public ui::TableModel { |
const std::wstring& GetTitle(int row); |
virtual void OnFavIconAvailable(FaviconService::Handle h, |
- bool fav_icon_available, |
- scoped_refptr<RefCountedMemory> data, |
- bool expired, |
- GURL icon_url); |
+ history::FaviconData favicon); |
// TableModel overrides |
virtual int RowCount() OVERRIDE; |