diff options
Diffstat (limited to 'net/socket/ssl_client_socket_openssl.h')
-rw-r--r-- | net/socket/ssl_client_socket_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h index 69f03c9..f2739d4 100644 --- a/net/socket/ssl_client_socket_openssl.h +++ b/net/socket/ssl_client_socket_openssl.h @@ -65,7 +65,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket { unsigned int outlen); virtual NextProtoStatus GetNextProto(std::string* proto, std::string* server_protos); - virtual OriginBoundCertService* GetOriginBoundCertService() const; + virtual ServerBoundCertService* GetServerBoundCertService() const; // StreamSocket implementation. virtual int Connect(const CompletionCallback& callback); |