| 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 d78cde283668c27ee73e8abdafe7ff2d67b6f931..047173544019453138531737f75579946a4f1991 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -86,7 +86,7 @@ void AssertWillHandleIO(
|
| interceptor->Chain(scoped_ptr<net::URLRequestJobFactory>(
|
| new FakeURLRequestJobFactory()));
|
| ASSERT_EQ(expected, interceptor->IsHandledProtocol(scheme));
|
| - interceptor->Chain(scoped_ptr<net::URLRequestJobFactory>(NULL));
|
| + interceptor->Chain(scoped_ptr<net::URLRequestJobFactory>());
|
| }
|
|
|
| void AssertWillHandle(
|
|
|