| Index: net/ssl/ssl_platform_key_mac.cc
|
| diff --git a/net/ssl/ssl_platform_key_mac.cc b/net/ssl/ssl_platform_key_mac.cc
|
| index 35628f819cc2300eb0967ddc43ac589587eb16df..ce653d5c3c92e5cdcec6f56881c6ce7be9a0f37e 100644
|
| --- a/net/ssl/ssl_platform_key_mac.cc
|
| +++ b/net/ssl/ssl_platform_key_mac.cc
|
| @@ -243,7 +243,7 @@ scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
|
| return nullptr;
|
| }
|
| return make_scoped_refptr(new ThreadedSSLPrivateKey(
|
| - base::WrapUnique(new SSLPlatformKeyMac(private_key.get(), cssm_key)),
|
| + base::MakeUnique<SSLPlatformKeyMac>(private_key.get(), cssm_key),
|
| GetSSLPlatformKeyTaskRunner()));
|
| }
|
|
|
|
|