| Index: chrome/browser/net/about_protocol_handler.cc
|
| diff --git a/chrome/browser/net/about_protocol_handler.cc b/chrome/browser/net/about_protocol_handler.cc
|
| index 9eea3d52de3f136f41127e5b9d09be1e88d8623a..20a8f1f537da41efbbeaabc753c284e2c4256e18 100644
|
| --- a/chrome/browser/net/about_protocol_handler.cc
|
| +++ b/chrome/browser/net/about_protocol_handler.cc
|
| @@ -12,9 +12,9 @@ AboutProtocolHandler::AboutProtocolHandler() {
|
| }
|
|
|
| URLRequestJob* AboutProtocolHandler::MaybeCreateJob(
|
| - URLRequest* request) const {
|
| + URLRequest* request, NetworkDelegate* network_delegate) const {
|
| DCHECK(false);
|
| - return new URLRequestAboutJob(request);
|
| + return new URLRequestAboutJob(request, network_delegate);
|
| }
|
|
|
| } // namespace net
|
|
|