| Index: net/ftp/ftp_transaction.h
|
| diff --git a/net/ftp/ftp_transaction.h b/net/ftp/ftp_transaction.h
|
| index 07401896fb6eb1793217a0e78a76d7045aa42383..1da3aeff205e34474b4e0c51fbf2f9727f98bb9b 100644
|
| --- a/net/ftp/ftp_transaction.h
|
| +++ b/net/ftp/ftp_transaction.h
|
| @@ -17,7 +17,7 @@ namespace net {
|
| class AuthCredentials;
|
| class FtpResponseInfo;
|
| class FtpRequestInfo;
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
|
|
| // Represents a single FTP transaction.
|
| class NET_EXPORT_PRIVATE FtpTransaction {
|
| @@ -42,7 +42,7 @@ class NET_EXPORT_PRIVATE FtpTransaction {
|
| // Profiling information for the request is saved to |net_log| if non-NULL.
|
| virtual int Start(const FtpRequestInfo* request_info,
|
| const CompletionCallback& callback,
|
| - const BoundNetLog& net_log) = 0;
|
| + const NetLogWithSource& net_log) = 0;
|
|
|
| // Restarts the FTP transaction with authentication credentials.
|
| virtual int RestartWithAuth(const AuthCredentials& credentials,
|
|
|