| 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() {
|
|
|