Index: chrome/browser/views/extensions/extension_view.cc |
=================================================================== |
--- chrome/browser/views/extensions/extension_view.cc (revision 58386) |
+++ chrome/browser/views/extensions/extension_view.cc (working copy) |
@@ -173,7 +173,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() == base::VKEY_TAB); |
+ return (e.GetKeyCode() == app::VKEY_TAB); |
} |
void ExtensionView::HandleMouseMove() { |