| Index: net/spdy/chromium/bidirectional_stream_spdy_impl.cc
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.cc b/net/spdy/chromium/bidirectional_stream_spdy_impl.cc
|
| similarity index 98%
|
| rename from net/spdy/bidirectional_stream_spdy_impl.cc
|
| rename to net/spdy/chromium/bidirectional_stream_spdy_impl.cc
|
| index e926201edaa8a78847e6591de08cf59ae69bb5c0..dbef1f0c8c8c13b625c2fddc09af66eb035e9fd2 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.cc
|
| +++ b/net/spdy/chromium/bidirectional_stream_spdy_impl.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/bidirectional_stream_spdy_impl.h"
|
| +#include "net/spdy/chromium/bidirectional_stream_spdy_impl.h"
|
|
|
| #include <utility>
|
|
|
| @@ -13,10 +13,10 @@
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| #include "net/http/bidirectional_stream_request_info.h"
|
| -#include "net/spdy/spdy_buffer.h"
|
| -#include "net/spdy/spdy_header_block.h"
|
| -#include "net/spdy/spdy_http_utils.h"
|
| -#include "net/spdy/spdy_stream.h"
|
| +#include "net/spdy/chromium/spdy_buffer.h"
|
| +#include "net/spdy/chromium/spdy_http_utils.h"
|
| +#include "net/spdy/chromium/spdy_stream.h"
|
| +#include "net/spdy/core/spdy_header_block.h"
|
|
|
| namespace net {
|
|
|
|
|