| Index: net/socket/ssl_client_socket_mac.h
|
| diff --git a/net/socket/ssl_client_socket_mac.h b/net/socket/ssl_client_socket_mac.h
|
| index ec2b51a313967d4d9139c603a18139a00b143ded..4559dd7d53d306e09f255206aa3bc9eca0f75d2d 100644
|
| --- a/net/socket/ssl_client_socket_mac.h
|
| +++ b/net/socket/ssl_client_socket_mac.h
|
| @@ -51,7 +51,7 @@ class SSLClientSocketMac : public SSLClientSocket {
|
| unsigned int outlen) OVERRIDE;
|
| virtual NextProtoStatus GetNextProto(std::string* proto,
|
| std::string* server_protos) OVERRIDE;
|
| - virtual OriginBoundCertService* GetOriginBoundCertService() const OVERRIDE;
|
| + virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
|
|
|
| // StreamSocket implementation.
|
| virtual int Connect(const CompletionCallback& callback) OVERRIDE;
|
|
|