| Index: net/ftp/ftp_network_transaction_unittest.cc
|
| diff --git a/net/ftp/ftp_network_transaction_unittest.cc b/net/ftp/ftp_network_transaction_unittest.cc
|
| index c9ddb665f7442b7ffd972b46e73950fc1f08ed75..efc5143383601d4f36dcbdb5c044e94e4cb540f5 100644
|
| --- a/net/ftp/ftp_network_transaction_unittest.cc
|
| +++ b/net/ftp/ftp_network_transaction_unittest.cc
|
| @@ -13,9 +13,9 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/base/io_buffer.h"
|
| -#include "net/base/mock_host_resolver.h"
|
| #include "net/base/net_util.h"
|
| #include "net/base/test_completion_callback.h"
|
| +#include "net/dns/mock_host_resolver.h"
|
| #include "net/ftp/ftp_network_session.h"
|
| #include "net/ftp/ftp_request_info.h"
|
| #include "net/socket/socket_test_util.h"
|
|
|