| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| index 1f5bc0723042596bbbc7ed0b99ade889bb57148f..96946d4c0091a047b420cb2cad671e723a6ef68f 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| @@ -100,7 +100,7 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) {
|
| new DataReductionProxyIOData(
|
| Client::UNKNOWN, DataReductionProxyParams::kAllowed, net_log(),
|
| task_runner(), task_runner(), false /* enabled */,
|
| - false /* enable_quic */, std::string() /* user_agent */));
|
| + std::string() /* user_agent */));
|
|
|
| // Check that the SimpleURLRequestContextGetter uses vanilla HTTP.
|
| net::URLRequestContext* request_context =
|
|
|