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

Unified Diff: net/spdy/core/hpack/hpack_huffman_table_test.cc

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/spdy/core/hpack/hpack_huffman_decoder_test.cc ('k') | net/spdy/core/hpack/hpack_input_stream.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_table_test.cc
diff --git a/net/spdy/core/hpack/hpack_huffman_table_test.cc b/net/spdy/core/hpack/hpack_huffman_table_test.cc
index 921eb644c0e9e6f18e6b14e8321fc03e71f722fb..fcf3a272ee8551edd41968cfb96ef1b4dad9fa3c 100644
--- a/net/spdy/core/hpack/hpack_huffman_table_test.cc
+++ b/net/spdy/core/hpack/hpack_huffman_table_test.cc
@@ -347,7 +347,7 @@ class HpackHuffmanTableTest : public GenericHuffmanTableTest {
{
HpackInputStream input_stream(encoded);
SpdyString buf;
- EXPECT_TRUE(HpackHuffmanDecoder::DecodeString(&input_stream, &buf));
+ EXPECT_TRUE(SpdyHpackHuffmanDecoder::DecodeString(&input_stream, &buf));
EXPECT_EQ(*out, buf);
}
}
« no previous file with comments | « net/spdy/core/hpack/hpack_huffman_decoder_test.cc ('k') | net/spdy/core/hpack/hpack_input_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698