| Index: sandbox/mac/bootstrap_sandbox.cc
|
| diff --git a/sandbox/mac/bootstrap_sandbox.cc b/sandbox/mac/bootstrap_sandbox.cc
|
| index 4b3a1c6cce399becc09a58c5f449e248d3efd351..a48cb5d91d34775d6380ad3b420bf66f60c41715 100644
|
| --- a/sandbox/mac/bootstrap_sandbox.cc
|
| +++ b/sandbox/mac/bootstrap_sandbox.cc
|
| @@ -158,7 +158,7 @@ std::unique_ptr<PreExecDelegate> BootstrapSandbox::NewClient(
|
| }
|
|
|
| awaiting_processes_[token] = sandbox_policy_id;
|
| - return base::WrapUnique(new PreExecDelegate(server_bootstrap_name_, token));
|
| + return base::MakeUnique<PreExecDelegate>(server_bootstrap_name_, token);
|
| }
|
|
|
| void BootstrapSandbox::RevokeToken(uint64_t token) {
|
|
|