| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| index bf1345e3a5c383b78579e9f1cc648484e46fd22c..d28ba9f4903811fbeb5709b5495a97ec69277fc4 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| @@ -586,7 +586,7 @@ class DataReductionProxyBypassStatsEndToEndTest : public testing::Test {
|
| const char* retry_response_body) {
|
| // Support HTTPS URLs.
|
| net::SSLSocketDataProvider ssl_socket_data_provider(net::ASYNC, net::OK);
|
| - if (url.SchemeIsSecure()) {
|
| + if (url.SchemeIsCryptographic()) {
|
| mock_socket_factory_.AddSSLSocketDataProvider(&ssl_socket_data_provider);
|
| }
|
|
|
|
|