| 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 7a1f09e080ca7e33fa0f3239ffafee5626e68dee..ffdf7dee510079470020bf1adf7bdc86888944ec 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -37,7 +37,7 @@ void AssertInterceptedIO(
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| net::URLRequestContext context;
|
| scoped_ptr<net::URLRequest> request(context.CreateRequest(
|
| - url, net::DEFAULT_PRIORITY, NULL, NULL));
|
| + url, net::DEFAULT_PRIORITY, NULL));
|
| scoped_refptr<net::URLRequestJob> job =
|
| interceptor->MaybeCreateJobWithProtocolHandler(
|
| url.scheme(), request.get(), context.network_delegate());
|
|
|