| Index: components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc b/components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc
|
| index 22699f3282462bf4b206b66391bd21824eb3ca4c..51a48b9eef53e18aa17574656c73da85f733d5d4 100644
|
| --- a/components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc
|
| +++ b/components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc
|
| @@ -44,7 +44,7 @@ class ContentLoFiUIServiceTest : public content::RenderViewHostTestHarness {
|
| context.Init();
|
|
|
| content_lofi_ui_service_.reset(new ContentLoFiUIService(
|
| - content::BrowserThread::GetMessageLoopProxyForThread(
|
| + content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::UI),
|
| base::Bind(&ContentLoFiUIServiceTest::OnLoFiResponseReceivedCallback,
|
| base::Unretained(this))));
|
|
|