| Index: components/omnibox/browser/scored_history_match_unittest.cc
|
| diff --git a/components/omnibox/browser/scored_history_match_unittest.cc b/components/omnibox/browser/scored_history_match_unittest.cc
|
| index d0ad21a618d99e26f48809a02c33a242631fa74c..a382a5470bade3acc7f65121fdda26bf5452739c 100644
|
| --- a/components/omnibox/browser/scored_history_match_unittest.cc
|
| +++ b/components/omnibox/browser/scored_history_match_unittest.cc
|
| @@ -272,10 +272,10 @@ TEST_F(ScoredHistoryMatchTest, ScoringScheme) {
|
|
|
| TEST_F(ScoredHistoryMatchTest, CullSearchResults) {
|
| std::unique_ptr<TemplateURLService> template_url_service =
|
| - base::WrapUnique(new TemplateURLService(
|
| + base::MakeUnique<TemplateURLService>(
|
| nullptr, base::WrapUnique(new SearchTermsData), nullptr,
|
| std::unique_ptr<TemplateURLServiceClient>(), nullptr, nullptr,
|
| - base::Closure()));
|
| + base::Closure());
|
|
|
| // We use NowFromSystemTime() because MakeURLRow uses the same function
|
| // to calculate last visit time when building a row.
|
|
|