summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r--net/spdy/spdy_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 66c8a3c..e443580 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -123,7 +123,7 @@ class SpdySession : public base::RefCounted<SpdySession>,
const spdy::SpdyHeaderBlock* headers);
void OnSynReply(const spdy::SpdySynReplyControlFrame* frame,
const spdy::SpdyHeaderBlock* headers);
- void OnFin(const spdy::SpdyFinStreamControlFrame* frame);
+ void OnFin(const spdy::SpdyRstStreamControlFrame* frame);
// IO Callbacks
void OnTCPConnect(int result);