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

Unified Diff: chrome/browser/ui/app_list/search/app_result.cc

Issue 1550053002: Convert Pass()→std::move() in //chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/app_list/search/app_result.cc
diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
index 89dbe9c24c6e51c74f5b3f143530730538d0ea53..5073e214a06b6e4f4e39a5dc61ebc5069a6a9b8e 100644
--- a/chrome/browser/ui/app_list/search/app_result.cc
+++ b/chrome/browser/ui/app_list/search/app_result.cc
@@ -115,7 +115,7 @@ scoped_ptr<SearchResult> AppResult::Duplicate() const {
copy->set_title_tags(title_tags());
copy->set_relevance(relevance());
- return copy.Pass();
+ return copy;
}
ui::MenuModel* AppResult::GetContextMenuModel() {
« no previous file with comments | « chrome/browser/ui/app_list/launcher_page_event_dispatcher.cc ('k') | chrome/browser/ui/app_list/search/app_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698