| Index: net/spdy/core/hpack/hpack_huffman_decoder.h
|
| diff --git a/net/spdy/core/hpack/hpack_huffman_decoder.h b/net/spdy/core/hpack/hpack_huffman_decoder.h
|
| index 8658b40f85372917cc6e3c000390a60c1a51e54e..370efb91068ebe585054f3626e2c0335c0287260 100644
|
| --- a/net/spdy/core/hpack/hpack_huffman_decoder.h
|
| +++ b/net/spdy/core/hpack/hpack_huffman_decoder.h
|
| @@ -19,12 +19,12 @@ class HpackHuffmanDecoderPeer;
|
|
|
| // Declared as a class to simplify testing.
|
| // No instances are actually allocated.
|
| -class SPDY_EXPORT_PRIVATE HpackHuffmanDecoder {
|
| +class SPDY_EXPORT_PRIVATE SpdyHpackHuffmanDecoder {
|
| public:
|
| typedef uint32_t HuffmanWord;
|
| typedef size_t HuffmanCodeLength;
|
|
|
| - HpackHuffmanDecoder() = delete;
|
| + SpdyHpackHuffmanDecoder() = delete;
|
|
|
| // Decodes a string that has been encoded using the HPACK Huffman Code (see
|
| // https://httpwg.github.io/specs/rfc7541.html#huffman.code), reading the
|
|
|