Index: ui/views/widget/root_view.h |
=================================================================== |
--- ui/views/widget/root_view.h (revision 150588) |
+++ ui/views/widget/root_view.h (working copy) |
@@ -65,7 +65,7 @@ |
// Process a key event. Send the event to the focused view and up the focus |
// path, and finally to the default keyboard handler, until someone consumes |
// it. Returns whether anyone consumed the event. |
- bool OnKeyEvent(const KeyEvent& event); |
+ bool OnKeyEvent(const ui::KeyEvent& event); |
// Focus --------------------------------------------------------------------- |