| Index: chrome/browser/ui/views/location_bar/zoom_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/zoom_view.cc (revision 150588)
|
| +++ chrome/browser/ui/views/location_bar/zoom_view.cc (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| +#include "ui/base/event.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/size.h"
|
| @@ -79,7 +80,7 @@
|
| }
|
| }
|
|
|
| -bool ZoomView::OnKeyPressed(const views::KeyEvent& event) {
|
| +bool ZoomView::OnKeyPressed(const ui::KeyEvent& event) {
|
| if (event.key_code() != ui::VKEY_SPACE &&
|
| event.key_code() != ui::VKEY_RETURN)
|
| return false;
|
|
|