| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 857a9bf13733aa2017e107e678b25feebb621a62..fcd56c7bb1ec76ffbb26f25cf94a8a5ac1f4893e 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -452,7 +452,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| return pooled_aliases_;
|
| }
|
|
|
| - int GetProtocolVersion() const;
|
| + SpdyMajorVersion GetProtocolVersion() const;
|
|
|
| size_t GetDataFrameMinimumSize() const {
|
| return buffered_spdy_framer_->GetDataFrameMinimumSize();
|
|
|