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

Unified Diff: net/spdy/hpack/hpack_output_stream.h

Issue 2799913003: Fix some net/spdy lint picks, from git cl lint. (Closed)
Patch Set: Set upstream branch to Issue 2801603003 as trybots pass. Created 3 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/header_coalescer_test.cc ('k') | net/spdy/platform/impl/spdy_string_utils_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack/hpack_output_stream.h
diff --git a/net/spdy/hpack/hpack_output_stream.h b/net/spdy/hpack/hpack_output_stream.h
index 05dce985ad309ebe2b74ece3a66384d5791e2dfd..2748540565abda9b07173eed3102bc5f35a7c024 100644
--- a/net/spdy/hpack/hpack_output_stream.h
+++ b/net/spdy/hpack/hpack_output_stream.h
@@ -25,7 +25,7 @@ namespace net {
// header fields.
class NET_EXPORT_PRIVATE HpackOutputStream {
public:
- explicit HpackOutputStream();
+ HpackOutputStream();
~HpackOutputStream();
// Appends the lower |bit_size| bits of |bits| to the internal buffer.
« no previous file with comments | « net/spdy/header_coalescer_test.cc ('k') | net/spdy/platform/impl/spdy_string_utils_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698