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

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

Issue 2895993003: Misc cleanup in net/spdy/core. (Closed)
Patch Set: Rebase. Created 3 years, 7 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
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 3539668989cacdfa804156e8fa6f62fb068cbbdb..921eb644c0e9e6f18e6b14e8321fc03e71f722fb 100644
--- a/net/spdy/core/hpack/hpack_huffman_table_test.cc
+++ b/net/spdy/core/hpack/hpack_huffman_table_test.cc
@@ -60,7 +60,7 @@ namespace {
// Tests of the ability to decode some canonical Huffman code,
// not just the one defined in the RFC 7541.
-class GenericHuffmanTableTest : public ::testing::TestWithParam<bool> {
+class GenericHuffmanTableTest : public ::testing::Test {
protected:
GenericHuffmanTableTest() : table_(), peer_(table_) {}

Powered by Google App Engine
This is Rietveld 408576698