| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index e4cb785272a2540e75f464f746cb528fa235b393..d3e994fefd2143e7ae9dd8e7ab0461282361a0bd 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -396,7 +396,8 @@ class BookmarkModel : public NotificationObserver, public BookmarkService {
|
| bool know_favicon,
|
| scoped_refptr<RefCountedMemory> data,
|
| bool expired,
|
| - GURL icon_url);
|
| + GURL icon_url,
|
| + history::IconType icon_type);
|
|
|
| // Invoked from the node to load the favicon. Requests the favicon from the
|
| // favicon service.
|
|
|