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

Unified Diff: ui/app_list/test/test_search_result.h

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/test/app_list_test_view_delegate.h ('k') | ui/app_list/test/test_search_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/test_search_result.h
diff --git a/ui/app_list/test/test_search_result.h b/ui/app_list/test/test_search_result.h
index 152b089184e0a4401e3b4ebd3ffcc197c9378db5..8ee548984a3bef5f8f4c58bb3d016293a30ec4c1 100644
--- a/ui/app_list/test/test_search_result.h
+++ b/ui/app_list/test/test_search_result.h
@@ -17,7 +17,7 @@ class TestSearchResult : public SearchResult {
~TestSearchResult() override;
// SearchResult:
- scoped_ptr<SearchResult> Duplicate() const override;
+ std::unique_ptr<SearchResult> Duplicate() const override;
private:
DISALLOW_COPY_AND_ASSIGN(TestSearchResult);
« no previous file with comments | « ui/app_list/test/app_list_test_view_delegate.h ('k') | ui/app_list/test/test_search_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698