| Index: net/http/http_proxy_client_socket_wrapper.cc
|
| diff --git a/net/http/http_proxy_client_socket_wrapper.cc b/net/http/http_proxy_client_socket_wrapper.cc
|
| index bd664b6c2b432e52131b2aaff407119f55cfd147..9dc7f7e5c3464a4fe160b0cbe04b1bbc7b73f90b 100644
|
| --- a/net/http/http_proxy_client_socket_wrapper.cc
|
| +++ b/net/http/http_proxy_client_socket_wrapper.cc
|
| @@ -20,10 +20,10 @@
|
| #include "net/log/net_log_source.h"
|
| #include "net/log/net_log_source_type.h"
|
| #include "net/socket/client_socket_handle.h"
|
| -#include "net/spdy/spdy_proxy_client_socket.h"
|
| -#include "net/spdy/spdy_session.h"
|
| -#include "net/spdy/spdy_session_pool.h"
|
| -#include "net/spdy/spdy_stream.h"
|
| +#include "net/spdy/chromium/spdy_proxy_client_socket.h"
|
| +#include "net/spdy/chromium/spdy_session.h"
|
| +#include "net/spdy/chromium/spdy_session_pool.h"
|
| +#include "net/spdy/chromium/spdy_stream.h"
|
| #include "net/ssl/ssl_cert_request_info.h"
|
| #include "url/gurl.h"
|
|
|
|
|