| Index: components/cronet/url_request_context_config_unittest.cc
|
| diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
|
| index c129a8fe236bd452eb4cd0de853c31a6bcb81af4..5916dd02a2203f75ec347e6bd8b7dab0c3f0269a 100644
|
| --- a/components/cronet/url_request_context_config_unittest.cc
|
| +++ b/components/cronet/url_request_context_config_unittest.cc
|
| @@ -57,7 +57,9 @@ TEST(URLRequestContextConfigTest, SetQuicExperimentalOptions) {
|
| // Data reduction proxy secure proxy check URL.
|
| "",
|
| // MockCertVerifier to use for testing purposes.
|
| - std::unique_ptr<net::CertVerifier>());
|
| + std::unique_ptr<net::CertVerifier>(),
|
| + // Certificate verifier cache data.
|
| + "");
|
|
|
| net::URLRequestContextBuilder builder;
|
| net::NetLog net_log;
|
| @@ -134,7 +136,9 @@ TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {
|
| // Data reduction proxy secure proxy check URL.
|
| "",
|
| // MockCertVerifier to use for testing purposes.
|
| - std::unique_ptr<net::CertVerifier>());
|
| + std::unique_ptr<net::CertVerifier>(),
|
| + // Certificate verifier cache data.
|
| + "");
|
|
|
| net::URLRequestContextBuilder builder;
|
| net::NetLog net_log;
|
|
|