| Index: net/spdy/core/spdy_framer.cc
|
| diff --git a/net/spdy/spdy_framer.cc b/net/spdy/core/spdy_framer.cc
|
| similarity index 99%
|
| rename from net/spdy/spdy_framer.cc
|
| rename to net/spdy/core/spdy_framer.cc
|
| index 8e3da090c361c1c3315f90b4fb7d01db51729b7a..7860e9eece5bd35fa25e22dec0c5fa2c58fba86c 100644
|
| --- a/net/spdy/spdy_framer.cc
|
| +++ b/net/spdy/core/spdy_framer.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_framer.h"
|
| +#include "net/spdy/core/spdy_framer.h"
|
|
|
| #include <string.h>
|
|
|
| @@ -21,18 +21,18 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "net/quic/platform/api/quic_flags.h"
|
| -#include "net/spdy/hpack/hpack_constants.h"
|
| -#include "net/spdy/hpack/hpack_decoder.h"
|
| -#include "net/spdy/hpack/hpack_decoder3.h"
|
| -#include "net/spdy/http2_frame_decoder_adapter.h"
|
| +#include "net/spdy/chromium/spdy_flags.h"
|
| +#include "net/spdy/core/hpack/hpack_constants.h"
|
| +#include "net/spdy/core/hpack/hpack_decoder.h"
|
| +#include "net/spdy/core/hpack/hpack_decoder3.h"
|
| +#include "net/spdy/core/http2_frame_decoder_adapter.h"
|
| +#include "net/spdy/core/spdy_bitmasks.h"
|
| +#include "net/spdy/core/spdy_bug_tracker.h"
|
| +#include "net/spdy/core/spdy_frame_builder.h"
|
| +#include "net/spdy/core/spdy_frame_reader.h"
|
| +#include "net/spdy/core/spdy_framer_decoder_adapter.h"
|
| #include "net/spdy/platform/api/spdy_estimate_memory_usage.h"
|
| #include "net/spdy/platform/api/spdy_string_utils.h"
|
| -#include "net/spdy/spdy_bitmasks.h"
|
| -#include "net/spdy/spdy_bug_tracker.h"
|
| -#include "net/spdy/spdy_flags.h"
|
| -#include "net/spdy/spdy_frame_builder.h"
|
| -#include "net/spdy/spdy_frame_reader.h"
|
| -#include "net/spdy/spdy_framer_decoder_adapter.h"
|
|
|
| using std::vector;
|
|
|
|
|