| Index: chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| index c978f3146ee972bb9c3e64912d9d19a225395b26..4a29b0caa16064688353a25567b288777ad68f5b 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc
|
| @@ -105,8 +105,8 @@ void VerifyBlacklistLoadState(
|
| }
|
|
|
| // Send the report.
|
| - incident_receiver->AddIncidentForProcess(base::WrapUnique(
|
| - new BlacklistLoadIncident(std::move(blacklist_load))));
|
| + incident_receiver->AddIncidentForProcess(
|
| + base::MakeUnique<BlacklistLoadIncident>(std::move(blacklist_load)));
|
| }
|
| }
|
| }
|
|
|