| Index: net/ssl/ssl_platform_key_android.cc
|
| diff --git a/net/ssl/ssl_platform_key_android.cc b/net/ssl/ssl_platform_key_android.cc
|
| index 800107a5dc4747c153bf0dc130df2de5fe4959df..df0900b90aadaf76ce39027bc61c2e62ea5d4a8f 100644
|
| --- a/net/ssl/ssl_platform_key_android.cc
|
| +++ b/net/ssl/ssl_platform_key_android.cc
|
| @@ -123,7 +123,7 @@ scoped_refptr<SSLPrivateKey> WrapOpenSSLPrivateKey(crypto::ScopedEVP_PKEY key) {
|
| }
|
| return make_scoped_refptr(new ThreadedSSLPrivateKey(
|
| base::WrapUnique(new SSLPlatformKeyAndroid(std::move(key), type)),
|
| - GetSSLPlatformKeyTaskRunner()));
|
| + SSLPlatformKeyTaskRunner::Get()));
|
| }
|
|
|
| } // namespace
|
|
|