| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| index 3e6a34d5a850b6da00c4cfffb87d105db149328a..33ebc995c621d6463537c1981f233177585cfafe 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| @@ -609,7 +609,7 @@ class DataReductionProxyDelegateTest : public testing::Test {
|
| .WithURLRequestContext(&context_)
|
| .Build()) {
|
| context_.set_client_socket_factory(&mock_socket_factory_);
|
| - test_context_->AttachToURLRequestContext(&context_storage_);
|
| + test_context_->AttachToURLRequestContext(&context_storage_, false);
|
|
|
| std::unique_ptr<TestLoFiUIService> lofi_ui_service(new TestLoFiUIService());
|
| lofi_ui_service_ = lofi_ui_service.get();
|
|
|