| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| index c3b49fd088fcd3d83e9c1214b910479319fea9cc..0c20f8056239b1be4f10d9297a8d63ab24044a04 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.h
|
| @@ -66,7 +66,7 @@ class ZoomBubbleView : public LocationBarBubbleDelegateView,
|
|
|
| // An image of the extension's icon, which appears in the zoom bubble as an
|
| // image button.
|
| - scoped_ptr<const extensions::IconImage> icon_image;
|
| + std::unique_ptr<const extensions::IconImage> icon_image;
|
| };
|
|
|
| ZoomBubbleView(views::View* anchor_view,
|
|
|