| 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 d834c18cb74623ba46841dce229561a7b6020eeb..58059700226b38853e86bd8d65ca492bee9d7ca9 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
|
| @@ -324,7 +324,7 @@ DataReductionProxyTestContext::Builder::Build() {
|
|
|
| unsigned int test_context_flags = 0;
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner =
|
| - base::MessageLoopProxy::current();
|
| + base::ThreadTaskRunnerHandle::Get();
|
| scoped_refptr<net::URLRequestContextGetter> request_context_getter;
|
| scoped_ptr<TestingPrefServiceSimple> pref_service(
|
| new TestingPrefServiceSimple());
|
|
|