| Index: net/ftp/ftp_network_transaction.h
|
| diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
|
| index df6487bc4ac8bcd060b422938ce63ed086c6b79a..b95f7b3c8940a92eaa5f8df30bdb7963a8709d88 100644
|
| --- a/net/ftp/ftp_network_transaction.h
|
| +++ b/net/ftp/ftp_network_transaction.h
|
| @@ -38,7 +38,7 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
|
| // FtpTransaction methods:
|
| int Start(const FtpRequestInfo* request_info,
|
| const CompletionCallback& callback,
|
| - const BoundNetLog& net_log) override;
|
| + const NetLogWithSource& net_log) override;
|
| int RestartWithAuth(const AuthCredentials& credentials,
|
| const CompletionCallback& callback) override;
|
| int Read(IOBuffer* buf,
|
| @@ -201,7 +201,7 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
|
| CompletionCallback io_callback_;
|
| CompletionCallback user_callback_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
| const FtpRequestInfo* request_;
|
| FtpResponseInfo response_;
|
|
|
|
|