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

Unified Diff: net/spdy/hpack_output_stream.h

Issue 246383003: HPACK: Refactor and expand HpackHeaderTable indexing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add NET_EXPORT_PRIVATE on HpackEntry::Comparator Created 6 years, 8 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/hpack_header_table_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_output_stream.h
diff --git a/net/spdy/hpack_output_stream.h b/net/spdy/hpack_output_stream.h
index a88e5223702ecccd9477632060dc6a45349bffbb..178a3bf6eb35b07c476e7c789872d5bb17e94d41 100644
--- a/net/spdy/hpack_output_stream.h
+++ b/net/spdy/hpack_output_stream.h
@@ -13,7 +13,6 @@
#include "base/strings/string_piece.h"
#include "net/base/net_export.h"
#include "net/spdy/hpack_constants.h" // For HpackPrefix.
-#include "net/spdy/hpack_encoding_context.h"
// All section references below are to
// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06
« no previous file with comments | « net/spdy/hpack_header_table_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698