| Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| index a360ddf6561ecf594893df04589f99ddb650ef6f..a35426e079327efd33a40c91dca5a749f2d654b6 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| @@ -71,8 +71,8 @@ std::unique_ptr<KeyedService> BuildHistoryService(
|
|
|
| std::unique_ptr<history::HistoryService> history_service(
|
| new history::HistoryService(
|
| - base::WrapUnique(new ChromeHistoryClient(
|
| - BookmarkModelFactory::GetForBrowserContext(profile))),
|
| + base::MakeUnique<ChromeHistoryClient>(
|
| + BookmarkModelFactory::GetForBrowserContext(profile)),
|
| std::unique_ptr<history::VisitDelegate>()));
|
| if (history_service->Init(
|
| history::HistoryDatabaseParamsForPath(profile->GetPath()))) {
|
|
|