| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| index c1348027ac29ef5c6bded14fbe75718fbecd0480..a699e79891b3e92f27cc6b7b3cb4716537320b26 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h
|
| @@ -49,8 +49,7 @@ class BookmarkBubbleView : public views::BubbleDelegateView,
|
| virtual void WindowClosing() OVERRIDE;
|
|
|
| // views::View method.
|
| - virtual bool AcceleratorPressed(
|
| - const views::Accelerator& accelerator) OVERRIDE;
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
|
|
| protected:
|
| // views::BubbleDelegateView method.
|
|
|