| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| index 5c44a5f7cd8ffca6187c1eaba03e335d5d6b9b7b..af18b217e7cd04c4b8f55a00071c61ce55f0c773 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| @@ -129,7 +129,7 @@ TEST(ChromeNetworkDailyDataSavingMetricsTest,
|
| // Create a fake URLRequest and fill it with the appropriate response
|
| // headers and proxy server by executing it with fake socket data.
|
| net::SSLSocketDataProvider ssl_socket_data_provider(net::ASYNC, net::OK);
|
| - if (test_case.url.SchemeIsSecure())
|
| + if (test_case.url.SchemeIsCryptographic())
|
| mock_socket_factory.AddSSLSocketDataProvider(&ssl_socket_data_provider);
|
| MockRead mock_reads[] = {
|
| MockRead(test_case.response_headers),
|
|
|