Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2820)

Unified Diff: chrome/browser/ui/views/location_bar/zoom_bubble_view.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698