| Index: net/http/http_proxy_client_socket_pool.cc
|
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
|
| index e3cdb864396cdca77557ead18ba0d3a1ad72420e..d0357af58e40dd8d0c5980dfba5a818a05f425cf 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -12,7 +12,6 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/net_errors.h"
|
| -#include "net/base/ssl_cert_request_info.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_proxy_client_socket.h"
|
| #include "net/socket/client_socket_factory.h"
|
| @@ -25,6 +24,7 @@
|
| #include "net/spdy/spdy_session.h"
|
| #include "net/spdy/spdy_session_pool.h"
|
| #include "net/spdy/spdy_stream.h"
|
| +#include "net/ssl/ssl_cert_request_info.h"
|
|
|
| namespace net {
|
|
|
|
|