| 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 cc1930ec0b10df4aa3ba571a4bb67a2501c51284..55b02cef0f70f4480acae16aa869819caab2cf40 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
|
| @@ -585,7 +585,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);
|
| }
|
|
|
|
|