| Index: net/spdy/chromium/spdy_stream.h
 | 
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/chromium/spdy_stream.h
 | 
| similarity index 99%
 | 
| rename from net/spdy/spdy_stream.h
 | 
| rename to net/spdy/chromium/spdy_stream.h
 | 
| index a18a7fdf0b5747550150ff0b182a8e51106841f2..55373e0522bdb84786f8f86af0c0a12eb39fcb14 100644
 | 
| --- a/net/spdy/spdy_stream.h
 | 
| +++ b/net/spdy/chromium/spdy_stream.h
 | 
| @@ -22,11 +22,11 @@
 | 
|  #include "net/log/net_log_with_source.h"
 | 
|  #include "net/socket/next_proto.h"
 | 
|  #include "net/socket/ssl_client_socket.h"
 | 
| +#include "net/spdy/chromium/spdy_buffer.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/spdy_buffer.h"
 | 
| -#include "net/spdy/spdy_framer.h"
 | 
| -#include "net/spdy/spdy_header_block.h"
 | 
| -#include "net/spdy/spdy_protocol.h"
 | 
|  #include "net/ssl/ssl_client_cert_type.h"
 | 
|  #include "url/gurl.h"
 | 
|  
 | 
| 
 |