| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| index 883f916e263489ca20a4d0d6769e0474b9d47dc9..30d8358fdfe855ce49e1d7364e38e85fc4fca877 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
|
| @@ -25,7 +25,6 @@
|
| #include "ui/views/context_menu_controller.h"
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/controls/button/menu_button_listener.h"
|
| -#include "ui/views/controls/menu/menu_item_view.h"
|
| #include "ui/views/drag_controller.h"
|
|
|
| class BookmarkContextMenu;
|
| @@ -44,6 +43,7 @@ class SlideAnimation;
|
| namespace views {
|
| class CustomButton;
|
| class MenuButton;
|
| +class MenuItemView;
|
| class TextButton;
|
| }
|
|
|
| @@ -120,7 +120,7 @@ class BookmarkBarView : public DetachableToolbarView,
|
|
|
| // Returns the position to anchor the menu for |button| at.
|
| void GetAnchorPositionForButton(views::MenuButton* button,
|
| - views::MenuItemView::AnchorPosition* anchor);
|
| + ui::MenuAnchorPosition* anchor);
|
|
|
| // Returns the button responsible for showing bookmarks in the other bookmark
|
| // folder.
|
|
|