| Index: net/spdy/hpack_huffman_table.h
|
| diff --git a/net/spdy/hpack_huffman_table.h b/net/spdy/hpack_huffman_table.h
|
| index f776ddd2887e63dccabd9e026a5f54b36cbc5a53..970d06923fa7c9c09c3975a260a31981f5acde72 100644
|
| --- a/net/spdy/hpack_huffman_table.h
|
| +++ b/net/spdy/hpack_huffman_table.h
|
| @@ -102,7 +102,8 @@ class NET_EXPORT_PRIVATE HpackHuffmanTable {
|
|
|
| const DecodeEntry& Entry(const DecodeTable& table, uint32 index) const;
|
|
|
| - void SetEntry(const DecodeTable& table, uint32 index,
|
| + void SetEntry(const DecodeTable& table,
|
| + uint32 index,
|
| const DecodeEntry& entry);
|
|
|
| std::vector<DecodeTable> decode_tables_;
|
|
|