| Index: chrome/browser/ui/views/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
|
| index f0f0026c267aa4e2858d39b775313b6cab196c95..c268c209edc3d5d2440cbf65291bfe8432974913 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -29,7 +29,7 @@ class TabContentsWrapper;
|
| class TemplateURL;
|
|
|
| namespace gfx {
|
| -class Rect;
|
| +class Point;
|
| class Size;
|
| }
|
|
|
| @@ -41,8 +41,7 @@ namespace browser {
|
|
|
| // Shows or hides the global bookmark bubble for the star button.
|
| void ShowBookmarkBubbleView(views::Widget* parent,
|
| - const gfx::Rect& bounds,
|
| - BubbleDelegate* delegate,
|
| + const gfx::Point& anchor,
|
| Profile* profile,
|
| const GURL& url,
|
| bool newly_bookmarked);
|
|
|