| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index e189fd4e47767f7680d80d5e58e12c2d32a0491e..a4a530e4bea50cd50ca104813af3ca1f1bf25ddd 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -231,7 +231,7 @@ class NET_EXPORT_PRIVATE SpdyStream
|
| // Fills SSL info in |ssl_info| and returns true when SSL is in use.
|
| bool GetSSLInfo(SSLInfo* ssl_info,
|
| bool* was_npn_negotiated,
|
| - SSLClientSocket::NextProto* protocol_negotiated);
|
| + NextProto* protocol_negotiated);
|
|
|
| // Fills SSL Certificate Request info |cert_request_info| and returns
|
| // true when SSL is in use.
|
|
|