Chromium Code Reviews| Index: net/url_request/url_request_new_ftp_job.cc |
| =================================================================== |
| --- net/url_request/url_request_new_ftp_job.cc (revision 41560) |
| +++ net/url_request/url_request_new_ftp_job.cc (working copy) |
| @@ -225,7 +225,7 @@ |
| int rv; |
| if (transaction_.get()) { |
| rv = transaction_->Start( |
| - &request_info_, &start_callback_, request_->load_log()); |
| + &request_info_, &start_callback_, request_->net_log()); |
| if (rv == net::ERR_IO_PENDING) |
| return; |
| } else { |