| Index: ui/views/controls/scrollbar/native_scroll_bar_win.cc
|
| ===================================================================
|
| --- ui/views/controls/scrollbar/native_scroll_bar_win.cc (revision 150588)
|
| +++ ui/views/controls/scrollbar/native_scroll_bar_win.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/message_loop.h"
|
| +#include "ui/base/event.h"
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| #include "ui/base/win/hwnd_util.h"
|
| #include "ui/base/win/window_impl.h"
|
| @@ -226,7 +227,7 @@
|
| return gfx::Size(GetVerticalScrollBarWidth(), 0);
|
| }
|
|
|
| -bool NativeScrollBarWin::OnKeyPressed(const KeyEvent& event) {
|
| +bool NativeScrollBarWin::OnKeyPressed(const ui::KeyEvent& event) {
|
| if (!sb_container_.get())
|
| return false;
|
| int code = -1;
|
|
|