| Index: net/ftp/ftp_network_transaction.h
|
| diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
|
| index d5fc67d4b496260c1e7aa96a73d254d092432ac3..df6487bc4ac8bcd060b422938ce63ed086c6b79a 100644
|
| --- a/net/ftp/ftp_network_transaction.h
|
| +++ b/net/ftp/ftp_network_transaction.h
|
| @@ -17,7 +17,6 @@
|
| #include "net/base/address_list.h"
|
| #include "net/base/auth.h"
|
| #include "net/dns/host_resolver.h"
|
| -#include "net/dns/single_request_host_resolver.h"
|
| #include "net/ftp/ftp_ctrl_response_buffer.h"
|
| #include "net/ftp/ftp_response_info.h"
|
| #include "net/ftp/ftp_transaction.h"
|
| @@ -207,8 +206,9 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
|
| FtpResponseInfo response_;
|
|
|
| // Cancels the outstanding request on destruction.
|
| - SingleRequestHostResolver resolver_;
|
| + HostResolver* resolver_;
|
| AddressList addresses_;
|
| + std::unique_ptr<HostResolver::Request> resolve_request_;
|
|
|
| // User buffer passed to the Read method for control socket.
|
| scoped_refptr<IOBuffer> read_ctrl_buf_;
|
|
|