| Index: net/spdy/chromium/spdy_stream.cc
|
| diff --git a/net/spdy/spdy_stream.cc b/net/spdy/chromium/spdy_stream.cc
|
| similarity index 99%
|
| rename from net/spdy/spdy_stream.cc
|
| rename to net/spdy/chromium/spdy_stream.cc
|
| index 829bb2b2fb9f3f57b0822c7912e1fe18e1005234..c60bee5f5d3fb404514bd63111b1693b9de7a868 100644
|
| --- a/net/spdy/spdy_stream.cc
|
| +++ b/net/spdy/chromium/spdy_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_stream.h"
|
| +#include "net/spdy/chromium/spdy_stream.h"
|
|
|
| #include <algorithm>
|
| #include <limits>
|
| @@ -21,12 +21,12 @@
|
| #include "net/log/net_log.h"
|
| #include "net/log/net_log_capture_mode.h"
|
| #include "net/log/net_log_event_type.h"
|
| +#include "net/spdy/chromium/spdy_buffer_producer.h"
|
| +#include "net/spdy/chromium/spdy_http_utils.h"
|
| +#include "net/spdy/chromium/spdy_session.h"
|
| #include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
| #include "net/spdy/platform/api/spdy_string_utils.h"
|
| -#include "net/spdy/spdy_buffer_producer.h"
|
| -#include "net/spdy/spdy_http_utils.h"
|
| -#include "net/spdy/spdy_session.h"
|
|
|
| namespace net {
|
|
|
|
|