| Index: net/spdy/chromium/spdy_session_pool.cc
 | 
| diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/chromium/spdy_session_pool.cc
 | 
| similarity index 98%
 | 
| rename from net/spdy/spdy_session_pool.cc
 | 
| rename to net/spdy/chromium/spdy_session_pool.cc
 | 
| index 4f12a2f5e29e6d46368f39b1edb4554a6ad330e5..729b4c6d3f1bf62c3942c1ad2a0a7646dcd00bb5 100644
 | 
| --- a/net/spdy/spdy_session_pool.cc
 | 
| +++ b/net/spdy/chromium/spdy_session_pool.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "net/spdy/spdy_session_pool.h"
 | 
| +#include "net/spdy/chromium/spdy_session_pool.h"
 | 
|  
 | 
|  #include <utility>
 | 
|  
 | 
| @@ -22,12 +22,12 @@
 | 
|  #include "net/log/net_log_event_type.h"
 | 
|  #include "net/log/net_log_source.h"
 | 
|  #include "net/log/net_log_with_source.h"
 | 
| -#include "net/spdy/hpack/hpack_constants.h"
 | 
| -#include "net/spdy/hpack/hpack_huffman_table.h"
 | 
| -#include "net/spdy/hpack/hpack_static_table.h"
 | 
| +#include "net/spdy/chromium/spdy_session.h"
 | 
| +#include "net/spdy/core/hpack/hpack_constants.h"
 | 
| +#include "net/spdy/core/hpack/hpack_huffman_table.h"
 | 
| +#include "net/spdy/core/hpack/hpack_static_table.h"
 | 
|  #include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
 | 
|  #include "net/spdy/platform/api/spdy_string_utils.h"
 | 
| -#include "net/spdy/spdy_session.h"
 | 
|  
 | 
|  namespace net {
 | 
|  
 | 
| 
 |