Index: chrome/browser/ui/views/omnibox/omnibox_view_win.h |
=================================================================== |
--- chrome/browser/ui/views/omnibox/omnibox_view_win.h (revision 150588) |
+++ chrome/browser/ui/views/omnibox/omnibox_view_win.h (working copy) |
@@ -136,7 +136,7 @@ |
// Called before an accelerator is processed to give us a chance to override |
// it. |
- bool SkipDefaultKeyEventProcessing(const views::KeyEvent& event); |
+ bool SkipDefaultKeyEventProcessing(const ui::KeyEvent& event); |
// Handler for external events passed in to us. The View that owns us may |
// send us events that we should treat as if they were events on us. |