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

Unified Diff: ui/app_list/views/search_result_page_view_unittest.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
« no previous file with comments | « ui/app_list/views/search_result_page_view.cc ('k') | ui/app_list/views/search_result_tile_item_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_page_view_unittest.cc
diff --git a/ui/app_list/views/search_result_page_view_unittest.cc b/ui/app_list/views/search_result_page_view_unittest.cc
index 30db96f0fba7c3ec4266fb3dd4ccd41fb9ec56fb..1c1bbc824644914f1ef7e5ead33296e24e5b1ea7 100644
--- a/ui/app_list/views/search_result_page_view_unittest.cc
+++ b/ui/app_list/views/search_result_page_view_unittest.cc
@@ -94,8 +94,8 @@ class SearchResultPageViewTest : public views::ViewsTestBase,
SearchResultTileItemListView* tile_list_view_;
AppListTestViewDelegate view_delegate_;
- scoped_ptr<SearchResultPageView> view_;
- scoped_ptr<views::Textfield> textfield_;
+ std::unique_ptr<SearchResultPageView> view_;
+ std::unique_ptr<views::Textfield> textfield_;
DISALLOW_COPY_AND_ASSIGN(SearchResultPageViewTest);
};
« no previous file with comments | « ui/app_list/views/search_result_page_view.cc ('k') | ui/app_list/views/search_result_tile_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698