Index: chrome/browser/net/connection_tester.cc |
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc |
index 00e7482d8e9062cda4f1c80383d70c8638ec0e7e..24ec06d634472c1faab3e7dd0d5a0af598f5b638 100644 |
--- a/chrome/browser/net/connection_tester.cc |
+++ b/chrome/browser/net/connection_tester.cc |
@@ -69,7 +69,7 @@ class ExperimentURLRequestContext : public net::URLRequestContext { |
// The rest of the dependencies are standard, and don't depend on the |
// experiment being run. |
- storage_.set_cert_verifier(new net::CertVerifier); |
+ storage_.set_cert_verifier(net::CertVerifier::CreateDefaultCertVerifier()); |
storage_.set_ftp_transaction_factory( |
new net::FtpNetworkLayer(host_resolver())); |
storage_.set_ssl_config_service(new net::SSLConfigServiceDefaults); |