| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| index a1b830547ca1d286c7248232f51391e4eba238d5..8f60ba4365bde7227049669ffd0cb10cc64e30ae 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| @@ -196,7 +196,7 @@ class IconLabelBubbleViewTest : public views::ViewsTestBase {
|
| return view_->GetImageView()->bounds();
|
| }
|
|
|
| - scoped_ptr<TestIconLabelBubbleView> view_;
|
| + std::unique_ptr<TestIconLabelBubbleView> view_;
|
|
|
| bool steady_reached_;
|
| bool shrinking_reached_;
|
|
|