Index: chrome/browser/policy/policy_browsertest.cc |
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc |
index 7cab6a1ee218dfa48747658c90c18996db0d6e50..fb699b31d5f03486f181daa85cb89ff2ffe0ba47 100644 |
--- a/chrome/browser/policy/policy_browsertest.cc |
+++ b/chrome/browser/policy/policy_browsertest.cc |
@@ -634,10 +634,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(); |