| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 01d8ed6ed0841c9b7ab5dc6fb9de3a78caaf9dc5..7687690a625111d8eaa3e0d2ebfed7c72ab19df1 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -404,7 +404,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| // TODO(akalin): Remove this, as it's only used in tests.
|
| bool HasUrlFromHeaders() const;
|
|
|
| - int GetProtocolVersion() const;
|
| + SpdyMajorVersion GetProtocolVersion() const;
|
|
|
| private:
|
| class SynStreamBufferProducer;
|
|
|