| Index: net/spdy/chromium/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/chromium/spdy_http_stream.cc
|
| similarity index 98%
|
| rename from net/spdy/spdy_http_stream.cc
|
| rename to net/spdy/chromium/spdy_http_stream.cc
|
| index 0e07de38cd49f8fc19bde6ea66422d1614e72470..bb01b854149337d27fb26abc65c7aaa4ce320000 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/chromium/spdy_http_stream.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_http_stream.h"
|
| +#include "net/spdy/chromium/spdy_http_stream.h"
|
|
|
| #include <algorithm>
|
| #include <list>
|
| @@ -23,11 +23,11 @@
|
| #include "net/http/http_response_info.h"
|
| #include "net/log/net_log_event_type.h"
|
| #include "net/log/net_log_with_source.h"
|
| +#include "net/spdy/chromium/spdy_http_utils.h"
|
| +#include "net/spdy/chromium/spdy_session.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_header_block.h"
|
| -#include "net/spdy/spdy_http_utils.h"
|
| -#include "net/spdy/spdy_protocol.h"
|
| -#include "net/spdy/spdy_session.h"
|
|
|
| namespace net {
|
|
|
|
|