| Index: net/ftp/ftp_network_transaction.cc
|
| diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc
|
| index 885fd8f2d196c92ee16f42cee4db2da1ed05cdee..47b672a2df94ef7b41c31dd9e0330caac14eafc9 100644
|
| --- a/net/ftp/ftp_network_transaction.cc
|
| +++ b/net/ftp/ftp_network_transaction.cc
|
| @@ -18,8 +18,8 @@
|
| #include "net/ftp/ftp_network_session.h"
|
| #include "net/ftp/ftp_request_info.h"
|
| #include "net/ftp/ftp_util.h"
|
| -#include "net/socket/client_socket.h"
|
| #include "net/socket/client_socket_factory.h"
|
| +#include "net/socket/stream_socket.h"
|
|
|
| // TODO(ibrar): Try to avoid sscanf.
|
| #if !defined(COMPILER_MSVC)
|
|
|