Index: content/browser/download/download_browsertest.cc |
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc |
index d8354b27f6a845ece9ec2cd76ad1a1fdb5b5154e..a2e75241945c6ff6e12ccf3000f0db0c0fedb81d 100644 |
--- a/content/browser/download/download_browsertest.cc |
+++ b/content/browser/download/download_browsertest.cc |
@@ -586,11 +586,9 @@ class DownloadContentTest : public ContentBrowserTest { |
base::Bind(&net::URLRequestSlowDownloadJob::AddUrlHandler)); |
base::FilePath mock_base(GetTestFilePath("download", "")); |
BrowserThread::PostTask( |
- BrowserThread::IO, |
- FROM_HERE, |
+ BrowserThread::IO, FROM_HERE, |
base::Bind( |
- &net::URLRequestMockHTTPJob::AddUrlHandler, |
- mock_base, |
+ &net::URLRequestMockHTTPJob::AddUrlHandlers, mock_base, |
make_scoped_refptr(content::BrowserThread::GetBlockingPool()))); |
} |