| Index: chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| index 4069aafe2321e8d182b4e9a8e4272d7f7bb92969..b602592ff2ccc70b3db8a14e9146d0c307d9b439 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| @@ -26,6 +26,10 @@ namespace content {
|
| class PageNavigator;
|
| }
|
|
|
| +namespace gfx {
|
| +class ImageSkia;
|
| +}
|
| +
|
| namespace ui {
|
| class OSExchangeData;
|
| }
|
| @@ -153,7 +157,7 @@ class BookmarkMenuDelegate : public bookmarks::BaseBookmarkModelObserver,
|
| // separator is added before the new menu items and |added_separator| is set
|
| // to true.
|
| void BuildMenuForPermanentNode(const bookmarks::BookmarkNode* node,
|
| - int icon_resource_id,
|
| + const gfx::ImageSkia& icon,
|
| views::MenuItemView* menu,
|
| bool* added_separator);
|
|
|
|
|