| Index: chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc
|
| index 8b8efcad21ae14344b63bcca9028ab9189f86727..27622f315b65c93e1716428553e1a988ce86a3e9 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident_unittest.cc
|
| @@ -29,8 +29,7 @@ std::unique_ptr<Incident> MakeIncident(bool alternate) {
|
| "MEUCID+QmAfajh/kk4zZyv0IUisZ84sIddnjiW9yAXjFJIMFAiEAtVUHhFA/4M6Bff2Gaz"
|
| "L7tXVLhURxUQcpiMg9eMLWO0U=");
|
| }
|
| - return base::WrapUnique(
|
| - new VariationsSeedSignatureIncident(std::move(incident)));
|
| + return base::MakeUnique<VariationsSeedSignatureIncident>(std::move(incident));
|
| }
|
|
|
| } // namespace
|
|
|