| Index: chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| index 784e1345701dace6d93fb3e333df652d53dcd4e4..26a2fb4c01f7242234f847b357c3fa95c06e6118 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -34,7 +34,8 @@ void AssertInterceptedIO(
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| net::URLRequestContext context;
|
| net::URLRequest request(url, NULL, &context);
|
| - scoped_refptr<net::URLRequestJob> job = interceptor->MaybeIntercept(&request);
|
| + scoped_refptr<net::URLRequestJob> job = interceptor->MaybeIntercept(
|
| + &request, context.network_delegate());
|
| ASSERT_TRUE(job.get() != NULL);
|
| }
|
|
|
|
|