| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index 0f2e15474614b96193faa266a2f569d700d5de5d..fbdf5cef4e83b5f3f80eac1bc7dcfab1ad34fd64 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -58,9 +58,9 @@
|
| #include "net/socket/next_proto.h"
|
| #include "net/socket/socks_client_socket_pool.h"
|
| #include "net/socket/transport_client_socket_pool.h"
|
| -#include "net/spdy/spdy_http_stream.h"
|
| -#include "net/spdy/spdy_session.h"
|
| -#include "net/spdy/spdy_session_pool.h"
|
| +#include "net/spdy/chromium/spdy_http_stream.h"
|
| +#include "net/spdy/chromium/spdy_session.h"
|
| +#include "net/spdy/chromium/spdy_session_pool.h"
|
| #include "net/ssl/ssl_cert_request_info.h"
|
| #include "net/ssl/ssl_connection_status_flags.h"
|
| #include "net/ssl/ssl_private_key.h"
|
|
|