summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 10:28:17 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 10:28:17 +0000
commitb38ba8a640c01df9778c81a58cd9319196862f04 (patch)
treea09a785220a67633e263bd39dd173a777e206cdb /net/base
parent09fe8bebeb1c9a11719072d67d71cc305baab891 (diff)
downloadchromium_src-b38ba8a640c01df9778c81a58cd9319196862f04.zip
chromium_src-b38ba8a640c01df9778c81a58cd9319196862f04.tar.gz
chromium_src-b38ba8a640c01df9778c81a58cd9319196862f04.tar.bz2
Fix openssl x509 cert to use GetInstance
(follow up to singleton refactor and load test cert CL http://src.chromium.org/viewvc/chrome?view=rev&revision=69351) BUG=None TEST=http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Redux should cycle green TBR=satish@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/x509_certificate_openssl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/x509_certificate_openssl.cc b/net/base/x509_certificate_openssl.cc
index 5fd3a67..44f276b 100644
--- a/net/base/x509_certificate_openssl.cc
+++ b/net/base/x509_certificate_openssl.cc
@@ -318,7 +318,7 @@ void X509Certificate::Initialize() {
// static
void X509Certificate::ResetCertStore() {
- X509InitSingleton::Get()->ResetCertStore();
+ X509InitSingleton::GetInstance()->ResetCertStore();
}
SHA1Fingerprint X509Certificate::CalculateFingerprint(OSCertHandle cert) {