| Index: components/drive/chromeos/search_metadata.cc
|
| diff --git a/components/drive/chromeos/search_metadata.cc b/components/drive/chromeos/search_metadata.cc
|
| index 9471e6c65c13274465c7679ca8fbf3cb043f0402..b9d02511aba2a5493b705ba12c992a760dced710 100644
|
| --- a/components/drive/chromeos/search_metadata.cc
|
| +++ b/components/drive/chromeos/search_metadata.cc
|
| @@ -158,7 +158,7 @@ FileError MaybeAddEntryToResult(
|
| if (result_candidates->size() == at_most_num_matches)
|
| result_candidates->pop();
|
| result_candidates->push(
|
| - base::WrapUnique(new ResultCandidate(it->GetID(), entry, highlighted)));
|
| + base::MakeUnique<ResultCandidate>(it->GetID(), entry, highlighted));
|
| return FILE_ERROR_OK;
|
| }
|
|
|
|
|