| Index: ui/app_list/test/test_search_result.cc
|
| diff --git a/ui/app_list/test/test_search_result.cc b/ui/app_list/test/test_search_result.cc
|
| index 32e394c9d1e138d2a67bfd21079f4251fda6b4da..558a630b02519c1e5eabb3e0acb7cd61a7ce3009 100644
|
| --- a/ui/app_list/test/test_search_result.cc
|
| +++ b/ui/app_list/test/test_search_result.cc
|
| @@ -18,7 +18,7 @@ void TestSearchResult::SetDisplayType(SearchResult::DisplayType type) {
|
|
|
| scoped_ptr<SearchResult> TestSearchResult::Duplicate() {
|
| NOTREACHED();
|
| - return scoped_ptr<SearchResult>();
|
| + return nullptr;
|
| }
|
|
|
| } // namespace app_list
|
|
|