Index: net/ftp/ftp_network_transaction.h |
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h |
index e425c36cd2c88df611999755d50cf47eb532e82f..5eb6aae73611bbaee3f2b76b26c4a39715131a1d 100644 |
--- a/net/ftp/ftp_network_transaction.h |
+++ b/net/ftp/ftp_network_transaction.h |
@@ -13,9 +13,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "net/base/address_list.h" |
#include "net/base/auth.h" |
-#include "net/base/host_resolver.h" |
#include "net/base/net_log.h" |
-#include "net/base/single_request_host_resolver.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" |