| Index: ui/views/controls/scroll_view.h
|
| ===================================================================
|
| --- ui/views/controls/scroll_view.h (revision 150588)
|
| +++ ui/views/controls/scroll_view.h (working copy)
|
| @@ -72,7 +72,7 @@
|
| bool is_positive) OVERRIDE;
|
|
|
| // Keyboard events
|
| - virtual bool OnKeyPressed(const KeyEvent& event) OVERRIDE;
|
| + virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
| virtual ui::GestureStatus OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| virtual bool OnMouseWheel(const MouseWheelEvent& e) OVERRIDE;
|
|
|
|
|