| Index: chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| index a59faf915c9558ebc2817dafe3e1659aff4c3f90..e0612aea199cd46af82e931e3444d5ba7243e1eb 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h
|
| @@ -38,7 +38,7 @@ class Widget;
|
| // MenuDelegate as its assumed another class is going to forward the appropriate
|
| // methods to this class. Doing so allows this class to be used for both menus
|
| // on the bookmark bar and the bookmarks in the wrench menu.
|
| -class BookmarkMenuDelegate : public BaseBookmarkModelObserver,
|
| +class BookmarkMenuDelegate : public bookmarks::BaseBookmarkModelObserver,
|
| public BookmarkContextMenuObserver {
|
| public:
|
| enum ShowOptions {
|
|
|