Index: net/ftp/ftp_network_transaction.h |
=================================================================== |
--- net/ftp/ftp_network_transaction.h (revision 18213) |
+++ net/ftp/ftp_network_transaction.h (working copy) |
@@ -142,7 +142,8 @@ |
const FtpRequestInfo* request_; |
FtpResponseInfo response_; |
- HostResolver resolver_; |
+ // Cancels the outstanding request on destruction. |
+ SingleRequestHostResolver resolver_; |
AddressList addresses_; |
// User buffer and length passed to the Read method. |