| Index: net/spdy/chromium/spdy_session_pool.h
 | 
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/chromium/spdy_session_pool.h
 | 
| similarity index 98%
 | 
| rename from net/spdy/spdy_session_pool.h
 | 
| rename to net/spdy/chromium/spdy_session_pool.h
 | 
| index 7d0b294ed75b0465827bcc19929f231ae5aa4e4e..1063199e2132147e3294c1ade68acb58499c6b37 100644
 | 
| --- a/net/spdy/spdy_session_pool.h
 | 
| +++ b/net/spdy/chromium/spdy_session_pool.h
 | 
| @@ -23,10 +23,10 @@
 | 
|  #include "net/cert/cert_database.h"
 | 
|  #include "net/proxy/proxy_config.h"
 | 
|  #include "net/proxy/proxy_server.h"
 | 
| +#include "net/spdy/chromium/server_push_delegate.h"
 | 
| +#include "net/spdy/chromium/spdy_session_key.h"
 | 
| +#include "net/spdy/core/spdy_protocol.h"
 | 
|  #include "net/spdy/platform/api/spdy_string.h"
 | 
| -#include "net/spdy/server_push_delegate.h"
 | 
| -#include "net/spdy/spdy_protocol.h"
 | 
| -#include "net/spdy/spdy_session_key.h"
 | 
|  #include "net/ssl/ssl_config_service.h"
 | 
|  
 | 
|  namespace base {
 | 
| 
 |