| Index: net/spdy/chromium/spdy_session.h
 | 
| diff --git a/net/spdy/spdy_session.h b/net/spdy/chromium/spdy_session.h
 | 
| similarity index 98%
 | 
| rename from net/spdy/spdy_session.h
 | 
| rename to net/spdy/chromium/spdy_session.h
 | 
| index 58ea684b2b2022cd75c965c8d1f0cfb94f0b24b8..4b132fd4c3e9cac8f0da698f0d8f8e72361b5a83 100644
 | 
| --- a/net/spdy/spdy_session.h
 | 
| +++ b/net/spdy/chromium/spdy_session.h
 | 
| @@ -31,20 +31,20 @@
 | 
|  #include "net/socket/next_proto.h"
 | 
|  #include "net/socket/ssl_client_socket.h"
 | 
|  #include "net/socket/stream_socket.h"
 | 
| -#include "net/spdy/buffered_spdy_framer.h"
 | 
| -#include "net/spdy/http2_priority_dependencies.h"
 | 
| -#include "net/spdy/multiplexed_session.h"
 | 
| +#include "net/spdy/chromium/buffered_spdy_framer.h"
 | 
| +#include "net/spdy/chromium/http2_priority_dependencies.h"
 | 
| +#include "net/spdy/chromium/multiplexed_session.h"
 | 
| +#include "net/spdy/chromium/server_push_delegate.h"
 | 
| +#include "net/spdy/chromium/spdy_buffer.h"
 | 
| +#include "net/spdy/chromium/spdy_session_pool.h"
 | 
| +#include "net/spdy/chromium/spdy_stream.h"
 | 
| +#include "net/spdy/chromium/spdy_write_queue.h"
 | 
| +#include "net/spdy/core/spdy_alt_svc_wire_format.h"
 | 
| +#include "net/spdy/core/spdy_framer.h"
 | 
| +#include "net/spdy/core/spdy_header_block.h"
 | 
| +#include "net/spdy/core/spdy_protocol.h"
 | 
|  #include "net/spdy/platform/api/spdy_string.h"
 | 
|  #include "net/spdy/platform/api/spdy_string_piece.h"
 | 
| -#include "net/spdy/server_push_delegate.h"
 | 
| -#include "net/spdy/spdy_alt_svc_wire_format.h"
 | 
| -#include "net/spdy/spdy_buffer.h"
 | 
| -#include "net/spdy/spdy_framer.h"
 | 
| -#include "net/spdy/spdy_header_block.h"
 | 
| -#include "net/spdy/spdy_protocol.h"
 | 
| -#include "net/spdy/spdy_session_pool.h"
 | 
| -#include "net/spdy/spdy_stream.h"
 | 
| -#include "net/spdy/spdy_write_queue.h"
 | 
|  #include "net/ssl/ssl_config_service.h"
 | 
|  #include "url/gurl.h"
 | 
|  #include "url/scheme_host_port.h"
 | 
| 
 |