| Index: ui/views/controls/menu/submenu_view.h
|
| diff --git a/ui/views/controls/menu/submenu_view.h b/ui/views/controls/menu/submenu_view.h
|
| index 11243ff190035150cd669f822448296793d44b43..1f929750bbc37e31a24cf02087ec6869b94df95f 100644
|
| --- a/ui/views/controls/menu/submenu_view.h
|
| +++ b/ui/views/controls/menu/submenu_view.h
|
| @@ -205,7 +205,7 @@ class VIEWS_EXPORT SubmenuView : public PrefixDelegate,
|
| bool resize_open_menu_;
|
|
|
| // The submenu's scroll animator
|
| - scoped_ptr<ScrollAnimator> scroll_animator_;
|
| + std::unique_ptr<ScrollAnimator> scroll_animator_;
|
|
|
| // Difference between current position and cumulative deltas passed to
|
| // OnScroll.
|
|
|