| Index: net/ftp/ftp_network_transaction.cc
|
| diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc
|
| index 03290d62f0d6720016f628b0005a714bf83043cd..8fa984da8edc822d9ea9a101e320673ac30f69b4 100644
|
| --- a/net/ftp/ftp_network_transaction.cc
|
| +++ b/net/ftp/ftp_network_transaction.cc
|
| @@ -238,7 +238,7 @@ int FtpNetworkTransaction::Stop(int error) {
|
|
|
| int FtpNetworkTransaction::Start(const FtpRequestInfo* request_info,
|
| const CompletionCallback& callback,
|
| - const BoundNetLog& net_log) {
|
| + const NetLogWithSource& net_log) {
|
| net_log_ = net_log;
|
| request_ = request_info;
|
|
|
|
|