Index: chrome/browser/views/location_bar/star_view.cc |
=================================================================== |
--- chrome/browser/views/location_bar/star_view.cc (revision 58389) |
+++ chrome/browser/views/location_bar/star_view.cc (working copy) |
@@ -59,8 +59,8 @@ |
} |
bool StarView::OnKeyPressed(const views::KeyEvent& e) { |
- if (e.GetKeyCode() == app::VKEY_SPACE || |
- e.GetKeyCode() == app::VKEY_RETURN) { |
+ if (e.GetKeyCode() == base::VKEY_SPACE || |
+ e.GetKeyCode() == base::VKEY_RETURN) { |
command_updater_->ExecuteCommand(IDC_BOOKMARK_PAGE); |
return true; |
} |