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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_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/bookmarks/bookmark_bar_view.h
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
index 29f9cd9bca952c4deff1b8fed8d6dd6bf9168012..3a38f6c29ac8b31b68019d79fe36948892051b26 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
@@ -409,7 +409,7 @@ class BookmarkBarView : public views::AccessiblePaneView,
// If non-NULL we're showing a context menu for one of the items on the
// bookmark bar.
- scoped_ptr<BookmarkContextMenu> context_menu_;
+ std::unique_ptr<BookmarkContextMenu> context_menu_;
// Shows the "Other Bookmarks" folder button.
views::MenuButton* other_bookmarks_button_;
@@ -424,7 +424,7 @@ class BookmarkBarView : public views::AccessiblePaneView,
views::LabelButton* apps_page_shortcut_;
// Used to track drops on the bookmark bar view.
- scoped_ptr<DropInfo> drop_info_;
+ std::unique_ptr<DropInfo> drop_info_;
// Visible if not all the bookmark buttons fit.
views::MenuButton* overflow_button_;
« no previous file with comments | « chrome/browser/ui/views/bar_control_button.h ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698