| Index: content/browser/plugin_browsertest.cc
|
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
|
| index e1e5c30fdaec77c8dba9ef1ba1914a89ece33a56..75848e2f677b5f6b6f82e88cee3e01ed77a9df81 100644
|
| --- a/content/browser/plugin_browsertest.cc
|
| +++ b/content/browser/plugin_browsertest.cc
|
| @@ -39,7 +39,7 @@ namespace content {
|
| namespace {
|
|
|
| void SetUrlRequestMock(const base::FilePath& path) {
|
| - net::URLRequestMockHTTPJob::AddUrlHandler(
|
| + net::URLRequestMockHTTPJob::AddUrlHandlers(
|
| path, content::BrowserThread::GetBlockingPool());
|
| }
|
|
|
|
|