| 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..65584ec5d9b4730ad0cd4715075e05d6384234b9 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);
|
| + FaviconService::FaviconData favicon);
|
|
|
| // TableModel overrides
|
| virtual int RowCount() OVERRIDE;
|
|
|