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

Unified Diff: net/spdy/hpack/hpack_decoder.cc

Issue 2718093002: Format HpackEntry initializer lists. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | net/spdy/hpack/hpack_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack/hpack_decoder.cc
diff --git a/net/spdy/hpack/hpack_decoder.cc b/net/spdy/hpack/hpack_decoder.cc
index 0b6c4fc7df368ea18098489a08ed2f9cc06c18a8..5f76762555a9658465efdf41d796fc9225a06aa2 100644
--- a/net/spdy/hpack/hpack_decoder.cc
+++ b/net/spdy/hpack/hpack_decoder.cc
@@ -26,7 +26,6 @@ HpackDecoder::HpackDecoder()
size_updates_allowed_(true),
incremental_decode_(false) {}
-
HpackDecoder::~HpackDecoder() {}
void HpackDecoder::ApplyHeaderTableSizeSetting(size_t size_setting) {
« no previous file with comments | « no previous file | net/spdy/hpack/hpack_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698