| Index: ui/views/controls/menu/submenu_view.h
|
| ===================================================================
|
| --- ui/views/controls/menu/submenu_view.h (revision 150588)
|
| +++ ui/views/controls/menu/submenu_view.h (working copy)
|
| @@ -109,7 +109,7 @@
|
| void ReleaseCapture();
|
|
|
| // Overriden from View to prevent tab from doing anything.
|
| - virtual bool SkipDefaultKeyEventProcessing(const KeyEvent& e) OVERRIDE;
|
| + virtual bool SkipDefaultKeyEventProcessing(const ui::KeyEvent& e) OVERRIDE;
|
|
|
| // Returns the parent menu item we're showing children for.
|
| MenuItemView* GetMenuItem() const;
|
|
|