diff options
Diffstat (limited to 'net/base/ssl_client_auth_cache.cc')
-rw-r--r-- | net/base/ssl_client_auth_cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/ssl_client_auth_cache.cc b/net/base/ssl_client_auth_cache.cc index ecfada8..7b0e158 100644 --- a/net/base/ssl_client_auth_cache.cc +++ b/net/base/ssl_client_auth_cache.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -41,7 +41,7 @@ void SSLClientAuthCache::Remove(const std::string& server) { cache_.erase(server); } -void SSLClientAuthCache::OnUserCertAdded(X509Certificate* cert) { +void SSLClientAuthCache::OnUserCertAdded(const X509Certificate* cert) { cache_.clear(); } |