| Index: ui/views/controls/scroll_view_unittest.cc
|
| diff --git a/ui/views/controls/scroll_view_unittest.cc b/ui/views/controls/scroll_view_unittest.cc
|
| index 011f65d38a181ba3e5daa437d1148f35b7a98ab8..d90784ca906d5d57097fece67c4518275f0ea19c 100644
|
| --- a/ui/views/controls/scroll_view_unittest.cc
|
| +++ b/ui/views/controls/scroll_view_unittest.cc
|
| @@ -476,7 +476,8 @@ TEST(ScrollViewTest, CornerViewVisibility) {
|
| // Tests the overlay scrollbars on Mac. Ensure that they show up properly and
|
| // do not overlap each other.
|
| TEST(ScrollViewTest, CocoaOverlayScrollBars) {
|
| - scoped_ptr<ui::test::ScopedPreferredScrollerStyle> scroller_style_override;
|
| + std::unique_ptr<ui::test::ScopedPreferredScrollerStyle>
|
| + scroller_style_override;
|
| scroller_style_override.reset(
|
| new ui::test::ScopedPreferredScrollerStyle(true));
|
| ScrollView scroll_view;
|
|
|