Index: ui/views/controls/scrollbar/native_scroll_bar_win.cc |
=================================================================== |
--- ui/views/controls/scrollbar/native_scroll_bar_win.cc (revision 151481) |
+++ ui/views/controls/scrollbar/native_scroll_bar_win.cc (working copy) |
@@ -270,7 +270,7 @@ |
return false; |
} |
-bool NativeScrollBarWin::OnMouseWheel(const MouseWheelEvent& e) { |
+bool NativeScrollBarWin::OnMouseWheel(const ui::MouseWheelEvent& e) { |
if (!sb_container_.get()) |
return false; |
sb_container_->ScrollWithOffset(e.offset()); |