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 fc6c3ce5b3599305bb6a6dd5a3d68d56f96ccc27..065f746ab658d6e5f4824ef57c8f2ee2cab9d491 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 |
@@ -111,7 +111,7 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) { |
const net::HttpNetworkSession::Params* http_params = |
request_context->GetNetworkSessionParams(); |
EXPECT_FALSE(http_params->enable_http2); |
- EXPECT_FALSE(http_params->enable_quic); |
+ EXPECT_FALSE(http_params->enable_quic()); |
// Check that io_data creates an interceptor. Such an interceptor is |
// thoroughly tested by DataReductionProxyInterceptoTest. |