| Index: net/spdy/core/hpack/hpack_input_stream.cc
|
| diff --git a/net/spdy/hpack/hpack_input_stream.cc b/net/spdy/core/hpack/hpack_input_stream.cc
|
| similarity index 97%
|
| rename from net/spdy/hpack/hpack_input_stream.cc
|
| rename to net/spdy/core/hpack/hpack_input_stream.cc
|
| index 9cc27f5ae7e87a6d21ecef574bf02b4f5604bdc7..daf5abe54bbd86572ea22b861354ed5e35ad6f02 100644
|
| --- a/net/spdy/hpack/hpack_input_stream.cc
|
| +++ b/net/spdy/core/hpack/hpack_input_stream.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/spdy/hpack/hpack_input_stream.h"
|
| +#include "net/spdy/core/hpack/hpack_input_stream.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| -#include "net/spdy/hpack/hpack_huffman_decoder.h"
|
| -#include "net/spdy/spdy_bug_tracker.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_decoder.h"
|
| +#include "net/spdy/core/spdy_bug_tracker.h"
|
|
|
| namespace net {
|
|
|
|
|