| Index: ui/views/controls/table/table_view_views.cc
|
| ===================================================================
|
| --- ui/views/controls/table/table_view_views.cc (revision 150588)
|
| +++ ui/views/controls/table/table_view_views.cc (working copy)
|
| @@ -5,6 +5,7 @@
|
| #include "ui/views/controls/table/table_view_views.h"
|
|
|
| #include "base/i18n/rtl.h"
|
| +#include "ui/base/event.h"
|
| #include "ui/base/models/table_model.h"
|
| #include "ui/base/native_theme/native_theme.h"
|
| #include "ui/gfx/canvas.h"
|
| @@ -122,7 +123,7 @@
|
| return gfx::Size(50, RowCount() * row_height_);
|
| }
|
|
|
| -bool TableView::OnKeyPressed(const KeyEvent& event) {
|
| +bool TableView::OnKeyPressed(const ui::KeyEvent& event) {
|
| if (!HasFocus())
|
| return false;
|
|
|
|
|