| Index: net/ssl/ssl_platform_key_win.cc
|
| diff --git a/net/ssl/ssl_platform_key_win.cc b/net/ssl/ssl_platform_key_win.cc
|
| index 49fc31a67257652082448bcc134de32a21f0b3ae..d49d72f25f8ed311b5811a5fa887c42a36d7a8b1 100644
|
| --- a/net/ssl/ssl_platform_key_win.cc
|
| +++ b/net/ssl/ssl_platform_key_win.cc
|
| @@ -351,7 +351,7 @@ scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
|
| // transferred.
|
| CHECK_EQ(must_free, TRUE);
|
|
|
| - scoped_ptr<ThreadedSSLPrivateKey::Delegate> delegate;
|
| + std::unique_ptr<ThreadedSSLPrivateKey::Delegate> delegate;
|
| if (key_spec == CERT_NCRYPT_KEY_SPEC) {
|
| delegate.reset(new SSLPlatformKeyCNG(prov_or_key, key_type, max_length));
|
| } else {
|
|
|