Index: chrome/browser/ui/views/extensions/extension_view.cc |
=================================================================== |
--- chrome/browser/ui/views/extensions/extension_view.cc (revision 71220) |
+++ chrome/browser/ui/views/extensions/extension_view.cc (working copy) |
@@ -180,7 +180,7 @@ |
bool ExtensionView::SkipDefaultKeyEventProcessing(const views::KeyEvent& e) { |
// Let the tab key event be processed by the renderer (instead of moving the |
// focus to the next focusable view). |
- return (e.GetKeyCode() == app::VKEY_TAB); |
+ return (e.GetKeyCode() == ui::VKEY_TAB); |
} |
void ExtensionView::HandleMouseMove() { |