| Index: net/spdy/chromium/spdy_stream_test_util.cc
 | 
| diff --git a/net/spdy/spdy_stream_test_util.cc b/net/spdy/chromium/spdy_stream_test_util.cc
 | 
| similarity index 97%
 | 
| rename from net/spdy/spdy_stream_test_util.cc
 | 
| rename to net/spdy/chromium/spdy_stream_test_util.cc
 | 
| index d6e47f31c53b2f832795c26a5a7312307fc13873..00b9ab9cd0c823be13dd9a5ff0277f31d12e6d09 100644
 | 
| --- a/net/spdy/spdy_stream_test_util.cc
 | 
| +++ b/net/spdy/chromium/spdy_stream_test_util.cc
 | 
| @@ -2,14 +2,14 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "net/spdy/spdy_stream_test_util.h"
 | 
| +#include "net/spdy/chromium/spdy_stream_test_util.h"
 | 
|  
 | 
|  #include <cstddef>
 | 
|  #include <utility>
 | 
|  
 | 
|  #include "base/stl_util.h"
 | 
|  #include "net/base/completion_callback.h"
 | 
| -#include "net/spdy/spdy_stream.h"
 | 
| +#include "net/spdy/chromium/spdy_stream.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace net {
 | 
| 
 |