| Index: net/socket/ssl_client_socket_win.h
|
| diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h
|
| index e9a74feeb22902afb8f740242a79381b3d20fc5e..93d7415a307d33192edc1b580050456bbe1281ff 100644
|
| --- a/net/socket/ssl_client_socket_win.h
|
| +++ b/net/socket/ssl_client_socket_win.h
|
| @@ -53,7 +53,7 @@ class SSLClientSocketWin : public SSLClientSocket {
|
| const base::StringPiece& context,
|
| unsigned char* out,
|
| unsigned int outlen);
|
| - virtual NextProtoStatus GetNextProto(std::string* proto,
|
| + virtual SSLClientSocket::NextProtoStatus GetNextProto(std::string* proto,
|
| std::string* server_protos);
|
| virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
|
|
|
|
|