| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 400fb87ecd2d32530b3689901a2582d6e109e927..953f6de5efc49dee5cacb8352528d29657aaef55 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -636,10 +636,8 @@ class PolicyTest : public InProcessBrowserTest {
|
| base::FilePath root_http;
|
| PathService::Get(content::DIR_TEST_DATA, &root_http);
|
| BrowserThread::PostTaskAndReply(
|
| - BrowserThread::IO,
|
| - FROM_HERE,
|
| - base::Bind(URLRequestMockHTTPJob::AddUrlHandler,
|
| - root_http,
|
| + BrowserThread::IO, FROM_HERE,
|
| + base::Bind(URLRequestMockHTTPJob::AddUrlHandlers, root_http,
|
| make_scoped_refptr(BrowserThread::GetBlockingPool())),
|
| base::MessageLoop::current()->QuitWhenIdleClosure());
|
| content::RunMessageLoop();
|
|
|