| Index: ui/views/controls/scrollbar/base_scroll_bar.cc
|
| ===================================================================
|
| --- ui/views/controls/scrollbar/base_scroll_bar.cc (revision 151267)
|
| +++ ui/views/controls/scrollbar/base_scroll_bar.cc (working copy)
|
| @@ -373,7 +373,7 @@
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // BaseScrollBar, private:
|
|
|
| -void BaseScrollBar::ProcessPressEvent(const LocatedEvent& event) {
|
| +void BaseScrollBar::ProcessPressEvent(const ui::LocatedEvent& event) {
|
| SetThumbTrackState(CustomButton::BS_PUSHED);
|
| gfx::Rect thumb_bounds = thumb_->bounds();
|
| if (IsHorizontal()) {
|
|
|