Chromium Code Reviews| Index: net/http/http_network_transaction.cc |
| =================================================================== |
| --- net/http/http_network_transaction.cc (revision 80449) |
| +++ net/http/http_network_transaction.cc (working copy) |
| @@ -47,6 +47,7 @@ |
| #include "net/http/http_util.h" |
| #include "net/http/url_security_manager.h" |
| #include "net/socket/client_socket_factory.h" |
| +#include "net/socket/sctp_client_socket_pool.h" |
|
Mike Belshe
2011/04/06 18:32:53
nit: I don't think we need this.
|
| #include "net/socket/socks_client_socket_pool.h" |
| #include "net/socket/ssl_client_socket.h" |
| #include "net/socket/ssl_client_socket_pool.h" |