| 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 e1ca112092870ecafaebc4679e2e464fe10d7d3a..e9a74feeb22902afb8f740242a79381b3d20fc5e 100644
|
| --- a/net/socket/ssl_client_socket_win.h
|
| +++ b/net/socket/ssl_client_socket_win.h
|
| @@ -55,7 +55,7 @@ class SSLClientSocketWin : public SSLClientSocket {
|
| unsigned int outlen);
|
| virtual NextProtoStatus GetNextProto(std::string* proto,
|
| std::string* server_protos);
|
| - virtual OriginBoundCertService* GetOriginBoundCertService() const OVERRIDE;
|
| + virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
|
|
|
| // StreamSocket implementation.
|
| virtual int Connect(const CompletionCallback& callback) OVERRIDE;
|
|
|