| Index: ui/views/controls/scrollbar/base_scroll_bar.h
|
| diff --git a/ui/views/controls/scrollbar/base_scroll_bar.h b/ui/views/controls/scrollbar/base_scroll_bar.h
|
| index 178fdc1e9081a2a00551a01713028a18981e703f..6d6944259d34894737e2a9369a1f839650fc137f 100644
|
| --- a/ui/views/controls/scrollbar/base_scroll_bar.h
|
| +++ b/ui/views/controls/scrollbar/base_scroll_bar.h
|
| @@ -177,8 +177,8 @@ class VIEWS_EXPORT BaseScrollBar : public ScrollBar,
|
| // was invoked.
|
| int context_menu_mouse_position_;
|
|
|
| - scoped_ptr<MenuRunner> menu_runner_;
|
| - scoped_ptr<ScrollAnimator> scroll_animator_;
|
| + std::unique_ptr<MenuRunner> menu_runner_;
|
| + std::unique_ptr<ScrollAnimator> scroll_animator_;
|
|
|
| // Difference between current position and cumulative deltas obtained from
|
| // scroll update events.
|
|
|