| 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.
|
|
|