| Index: net/ftp/ftp_ctrl_response_buffer.h
|
| diff --git a/net/ftp/ftp_ctrl_response_buffer.h b/net/ftp/ftp_ctrl_response_buffer.h
|
| index b53b7a91783415e1db578051dd9b879166f44701..ae96c28818eda6a5ab16b8b83ce999174d902f62 100644
|
| --- a/net/ftp/ftp_ctrl_response_buffer.h
|
| +++ b/net/ftp/ftp_ctrl_response_buffer.h
|
| @@ -28,7 +28,7 @@ struct NET_EXPORT_PRIVATE FtpCtrlResponse {
|
|
|
| class NET_EXPORT_PRIVATE FtpCtrlResponseBuffer {
|
| public:
|
| - FtpCtrlResponseBuffer(const BoundNetLog& net_log);
|
| + FtpCtrlResponseBuffer(const NetLogWithSource& net_log);
|
| ~FtpCtrlResponseBuffer();
|
|
|
| // Called when data is received from the control socket. Returns error code.
|
| @@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE FtpCtrlResponseBuffer {
|
| // As we read full responses (possibly multiline), we add them to the queue.
|
| std::queue<FtpCtrlResponse> responses_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FtpCtrlResponseBuffer);
|
| };
|
|
|