Index: chrome/browser/ui/views/browser_dialogs.h |
=================================================================== |
--- chrome/browser/ui/views/browser_dialogs.h (revision 88218) |
+++ chrome/browser/ui/views/browser_dialogs.h (working copy) |
@@ -34,13 +34,14 @@ |
} |
namespace views { |
+class Widget; |
class Window; |
} |
namespace browser { |
// Shows or hides the global bookmark bubble for the star button. |
-void ShowBookmarkBubbleView(views::Window* parent, |
+void ShowBookmarkBubbleView(views::Widget* parent, |
const gfx::Rect& bounds, |
BubbleDelegate* delegate, |
Profile* profile, |