| Index: net/http/http_stream_factory_impl_job.cc | 
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc | 
| index 501a1c29cf18624668db2433ebd73ee0b5d6ff24..6bda6d0e72c65aaea554657031a0b3d03918004e 100644 | 
| --- a/net/http/http_stream_factory_impl_job.cc | 
| +++ b/net/http/http_stream_factory_impl_job.cc | 
| @@ -48,11 +48,11 @@ | 
| #include "net/socket/ssl_client_socket.h" | 
| #include "net/socket/ssl_client_socket_pool.h" | 
| #include "net/socket/stream_socket.h" | 
| -#include "net/spdy/bidirectional_stream_spdy_impl.h" | 
| -#include "net/spdy/spdy_http_stream.h" | 
| -#include "net/spdy/spdy_protocol.h" | 
| -#include "net/spdy/spdy_session.h" | 
| -#include "net/spdy/spdy_session_pool.h" | 
| +#include "net/spdy/chromium/bidirectional_stream_spdy_impl.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/spdy/core/spdy_protocol.h" | 
| #include "net/ssl/channel_id_service.h" | 
| #include "net/ssl/ssl_cert_request_info.h" | 
| #include "url/url_constants.h" | 
|  |