| Index: chrome/browser/possible_url_model.h
|
| diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
|
| index a150a5b37a24b416b7fb731b320fce9e0c394188..ab34d1ce039151a23e28aad47c5d81340b71b685 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 favicon_available,
|
| - scoped_refptr<RefCountedMemory> data,
|
| - bool expired,
|
| - GURL icon_url);
|
| + history::FaviconData favicon);
|
|
|
| // TableModel overrides
|
| virtual int RowCount() OVERRIDE;
|
|
|