| Index: net/base/ssl_client_auth_cache.h
|
| diff --git a/net/base/ssl_client_auth_cache.h b/net/base/ssl_client_auth_cache.h
|
| index 3c8ed994b5251e04539a4bb42b8d9d021c93d680..023480b2915c562872a568df88ae798324c15d4c 100644
|
| --- a/net/base/ssl_client_auth_cache.h
|
| +++ b/net/base/ssl_client_auth_cache.h
|
| @@ -23,8 +23,8 @@ namespace net {
|
| // code to a template class.
|
| class SSLClientAuthCache {
|
| public:
|
| - SSLClientAuthCache() {}
|
| - ~SSLClientAuthCache() {}
|
| + SSLClientAuthCache();
|
| + ~SSLClientAuthCache();
|
|
|
| // Check if we have a client certificate for SSL server at |server|.
|
| // Returns the client certificate (if found) or NULL (if not found).
|
|
|