Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2253)

Unified Diff: net/spdy/core/hpack/hpack_huffman_decoder.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quartc/quartc_session.cc ('k') | net/spdy/core/hpack/hpack_huffman_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/quic/quartc/quartc_session.cc ('k') | net/spdy/core/hpack/hpack_huffman_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698