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

Unified Diff: content/shell/browser/shell_views.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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: content/shell/browser/shell_views.cc
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
index 2de6867909841b1d8978bfbd7f3ea183e9fa686d..f175a46b43e30e8a2aa486c0511c7a21788389fd 100644
--- a/content/shell/browser/shell_views.cc
+++ b/content/shell/browser/shell_views.cc
@@ -371,8 +371,8 @@ class ShellWindowDelegateView : public views::WidgetDelegateView,
views::LabelButton* refresh_button_;
views::LabelButton* stop_button_;
views::Textfield* url_entry_;
- scoped_ptr<ContextMenuModel> context_menu_model_;
- scoped_ptr<views::MenuRunner> context_menu_runner_;
+ std::unique_ptr<ContextMenuModel> context_menu_model_;
+ std::unique_ptr<views::MenuRunner> context_menu_runner_;
// Contents view contains the web contents view
View* contents_view_;
« no previous file with comments | « content/shell/browser/shell_url_request_context_getter.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698