| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| index 7aff4be710b59be0c8858c97d9382c3fd3312793..f8f5a77f427d2bd200c113229c3be93649765b6b 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| @@ -383,6 +383,7 @@ DataReductionProxyTestContext::Builder::Build() {
|
| task_runner, config.Pass(), event_store.Pass(),
|
| request_options.Pass(), configurator.Pass(), config_client.Pass()));
|
| io_data->InitOnUIThread(pref_service.get());
|
| + io_data->SetSimpleURLRequestContextGetter(request_context_getter);
|
|
|
| scoped_ptr<DataReductionProxyTestContext> test_context(
|
| new DataReductionProxyTestContext(
|
|
|