| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (revision 88218)
|
| +++ chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (working copy)
|
| @@ -54,7 +54,7 @@
|
|
|
| namespace browser {
|
|
|
| -void ShowBookmarkBubbleView(views::Window* parent,
|
| +void ShowBookmarkBubbleView(views::Widget* parent,
|
| const gfx::Rect& bounds,
|
| BubbleDelegate* delegate,
|
| Profile* profile,
|
| @@ -79,7 +79,7 @@
|
| BookmarkBubbleView* BookmarkBubbleView::bookmark_bubble_ = NULL;
|
|
|
| // static
|
| -void BookmarkBubbleView::Show(views::Window* parent,
|
| +void BookmarkBubbleView::Show(views::Widget* parent,
|
| const gfx::Rect& bounds,
|
| BubbleDelegate* delegate,
|
| Profile* profile,
|
|
|