| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index c8914bd29fbd3043b76298c0f38a3a0a481fe085..9a055ea4a42f15c4bc6faa6bad3ef5235f145857 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -18,6 +18,7 @@
|
| #include "ui/views/controls/button/menu_button.h"
|
| #include "ui/views/controls/button/menu_button_listener.h"
|
| #include "ui/views/view.h"
|
| +#include "ui/views/widget/widget_observer_view.h"
|
|
|
| class AppMenuButton;
|
| class BackButton;
|
| @@ -73,13 +74,13 @@ class ToolbarView : public views::AccessiblePaneView,
|
| virtual bool GetAcceleratorInfo(int id, ui::Accelerator* accel);
|
|
|
| // Returns the view to which the bookmark bubble should be anchored.
|
| - views::View* GetBookmarkBubbleAnchor();
|
| + views::WidgetObserverView* GetBookmarkBubbleAnchor();
|
|
|
| // Returns the view to which the "Save credit card" bubble should be anchored.
|
| - views::View* GetSaveCreditCardBubbleAnchor();
|
| + views::WidgetObserverView* GetSaveCreditCardBubbleAnchor();
|
|
|
| // Returns the view to which the Translate bubble should be anchored.
|
| - views::View* GetTranslateBubbleAnchor();
|
| + views::WidgetObserverView* GetTranslateBubbleAnchor();
|
|
|
| // Executes |command| registered by |extension|.
|
| void ExecuteExtensionCommand(const extensions::Extension* extension,
|
|
|