| Index: net/spdy/core/hpack/hpack_input_stream.h
|
| diff --git a/net/spdy/hpack/hpack_input_stream.h b/net/spdy/core/hpack/hpack_input_stream.h
|
| similarity index 97%
|
| rename from net/spdy/hpack/hpack_input_stream.h
|
| rename to net/spdy/core/hpack/hpack_input_stream.h
|
| index 5eff5627be2383382890ebdef31b405153b3aaf8..a1e14d13be58f044b139645aee14e2dcf0f17f8c 100644
|
| --- a/net/spdy/hpack/hpack_input_stream.h
|
| +++ b/net/spdy/core/hpack/hpack_input_stream.h
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/spdy/hpack/hpack_constants.h"
|
| -#include "net/spdy/hpack/hpack_huffman_table.h"
|
| +#include "net/spdy/core/hpack/hpack_constants.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_table.h"
|
| #include "net/spdy/platform/api/spdy_string.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
|
|
|
|