| Index: content/browser/plugin_browsertest.cc
|
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
|
| index 9f55c96797cb43ca5eef3098544f17c85f0d8067..47bc175c8707a2bac0bf51d15674941ad1900c7e 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());
|
| }
|
|
|
|
|