diff options
Diffstat (limited to 'net/spdy/buffered_spdy_framer.cc')
-rw-r--r-- | net/spdy/buffered_spdy_framer.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spdy/buffered_spdy_framer.cc b/net/spdy/buffered_spdy_framer.cc index 07e9451..e62316c 100644 --- a/net/spdy/buffered_spdy_framer.cc +++ b/net/spdy/buffered_spdy_framer.cc @@ -8,7 +8,8 @@ namespace net { -BufferedSpdyFramer::BufferedSpdyFramer(int version, bool enable_compression) +BufferedSpdyFramer::BufferedSpdyFramer(SpdyMajorVersion version, + bool enable_compression) : spdy_framer_(version), visitor_(NULL), header_buffer_used_(0), |