| Index: chrome/browser/ui/views/app_menu_button_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/app_menu_button_win.h (revision 150588)
|
| +++ chrome/browser/ui/views/app_menu_button_win.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| explicit AppMenuButtonWin(views::MenuButtonListener* menu_button_listener);
|
|
|
| // MenuButton:
|
| - virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE;
|
| + virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AppMenuButtonWin);
|
|
|