diff options
Diffstat (limited to 'net/ftp/ftp_network_layer.cc')
-rw-r--r-- | net/ftp/ftp_network_layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ftp/ftp_network_layer.cc b/net/ftp/ftp_network_layer.cc index fa0e87c..df53a09 100644 --- a/net/ftp/ftp_network_layer.cc +++ b/net/ftp/ftp_network_layer.cc @@ -4,9 +4,9 @@ #include "net/ftp/ftp_network_layer.h" -#include "net/base/client_socket_factory.h" #include "net/ftp/ftp_network_session.h" #include "net/ftp/ftp_network_transaction.h" +#include "net/socket/client_socket_factory.h" namespace net { |