| 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..cce9c31a2853b7a7139caf3ab385ecb81032f7de 100644
|
| --- a/chrome/browser/possible_url_model.h
|
| +++ b/chrome/browser/possible_url_model.h
|
| @@ -40,7 +40,8 @@ class PossibleURLModel : public ui::TableModel {
|
| bool fav_icon_available,
|
| scoped_refptr<RefCountedMemory> data,
|
| bool expired,
|
| - GURL icon_url);
|
| + GURL icon_url,
|
| + history::IconType icon_type);
|
|
|
| // TableModel overrides
|
| virtual int RowCount() OVERRIDE;
|
|
|