| Index: chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc
|
| index 949b6e49ac7ed71262218f9814724247a862842e..8a8910bbe8447701c9e9b5be8a7e4d9ccd4f15a0 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc
|
| @@ -80,8 +80,9 @@ void ReportIncidentsForSuspiciousModules(
|
| }
|
|
|
| // Send the incident to the reporting service.
|
| - incident_receiver->AddIncidentForProcess(base::WrapUnique(
|
| - new SuspiciousModuleIncident(std::move(suspicious_module))));
|
| + incident_receiver->AddIncidentForProcess(
|
| + base::MakeUnique<SuspiciousModuleIncident>(
|
| + std::move(suspicious_module)));
|
| }
|
| }
|
|
|
|
|