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

Unified Diff: ui/views_content_client/views_content_client_main_parts_chromeos.cc

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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: ui/views_content_client/views_content_client_main_parts_chromeos.cc
diff --git a/ui/views_content_client/views_content_client_main_parts_chromeos.cc b/ui/views_content_client/views_content_client_main_parts_chromeos.cc
index 36d24429a40594d3ecd5aea48b76a9b8c6fde99d..5d1a666fc1fba27bf1c93f674121625e3cf704d8 100644
--- a/ui/views_content_client/views_content_client_main_parts_chromeos.cc
+++ b/ui/views_content_client/views_content_client_main_parts_chromeos.cc
@@ -30,8 +30,8 @@ class ViewsContentClientMainPartsChromeOS
private:
// Enable a minimal set of views::corewm to be initialized.
- scoped_ptr<gfx::Screen> test_screen_;
- scoped_ptr< ::wm::WMTestHelper> wm_test_helper_;
+ std::unique_ptr<gfx::Screen> test_screen_;
+ std::unique_ptr<::wm::WMTestHelper> wm_test_helper_;
DISALLOW_COPY_AND_ASSIGN(ViewsContentClientMainPartsChromeOS);
};
« no previous file with comments | « ui/views_content_client/views_content_client_main_parts_aura.h ('k') | ui/views_content_client/views_content_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698