| 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..2d3492ca90ab5e19b49595461d892e5751b773e8 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -22,27 +22,24 @@ class EditSearchEngineControllerDelegate;
|
| class Extension;
|
| class FindBar;
|
| class GURL;
|
| -class BubbleDelegate;
|
| class Profile;
|
| class TabContents;
|
| class TabContentsWrapper;
|
| class TemplateURL;
|
|
|
| namespace gfx {
|
| -class Rect;
|
| class Size;
|
| }
|
|
|
| namespace views {
|
| +class View;
|
| class Widget;
|
| }
|
|
|
| namespace browser {
|
|
|
| // Shows or hides the global bookmark bubble for the star button.
|
| -void ShowBookmarkBubbleView(views::Widget* parent,
|
| - const gfx::Rect& bounds,
|
| - BubbleDelegate* delegate,
|
| +void ShowBookmarkBubbleView(views::View* anchor_view,
|
| Profile* profile,
|
| const GURL& url,
|
| bool newly_bookmarked);
|
|
|