| 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 afd11dcdc3d93855c7485a23a88e2c1fe5cbdc31..9648a28d30b2218cf607b4fa19cf75d345cfa217 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 | 
| @@ -262,7 +262,7 @@ class DataReductionProxyBypassStatsEndToEndTest : public testing::Test { | 
| .WithURLRequestContext(&context_) | 
| .WithMockClientSocketFactory(&mock_socket_factory_) | 
| .Build(); | 
| -    drp_test_context_->AttachToURLRequestContext(&context_storage_); | 
| +    drp_test_context_->AttachToURLRequestContext(&context_storage_, false); | 
| context_.set_client_socket_factory(&mock_socket_factory_); | 
| proxy_delegate_ = drp_test_context_->io_data()->CreateProxyDelegate(); | 
| context_.set_proxy_delegate(proxy_delegate_.get()); | 
|  |