| Index: net/spdy/core/hpack/hpack_huffman_decoder.h
|
| diff --git a/net/spdy/hpack/hpack_huffman_decoder.h b/net/spdy/core/hpack/hpack_huffman_decoder.h
|
| similarity index 98%
|
| rename from net/spdy/hpack/hpack_huffman_decoder.h
|
| rename to net/spdy/core/hpack/hpack_huffman_decoder.h
|
| index 802701419ff4bdc831b9d91eaedd67531a3945d8..1e5d3ce9232ba3a22687b0ea9014dff2574b20f8 100644
|
| --- a/net/spdy/hpack/hpack_huffman_decoder.h
|
| +++ b/net/spdy/core/hpack/hpack_huffman_decoder.h
|
| @@ -9,7 +9,7 @@
|
| #include <stdint.h>
|
|
|
| #include "net/base/net_export.h"
|
| -#include "net/spdy/hpack/hpack_input_stream.h"
|
| +#include "net/spdy/core/hpack/hpack_input_stream.h"
|
| #include "net/spdy/platform/api/spdy_string.h"
|
|
|
| namespace net {
|
|
|