diff options
Diffstat (limited to 'net/spdy/buffered_spdy_framer.h')
-rw-r--r-- | net/spdy/buffered_spdy_framer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h index 7615e83..f493b55 100644 --- a/net/spdy/buffered_spdy_framer.h +++ b/net/spdy/buffered_spdy_framer.h @@ -210,7 +210,7 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramer // Collection of fields from control frames that we need to // buffer up from the spdy framer. struct ControlFrameFields { - SpdyControlType type; + SpdyFrameType type; SpdyStreamId stream_id; SpdyStreamId associated_stream_id; SpdyPriority priority; |