Chromium Code Reviews| Index: chrome/browser/cert_store.cc |
| diff --git a/chrome/browser/cert_store.cc b/chrome/browser/cert_store.cc |
| index 8c2d02122afec1057a0a6b59a2912204a4c9f27c..30ef867dac5ac06bca1ddff06765f9053a69d935 100644 |
| --- a/chrome/browser/cert_store.cc |
| +++ b/chrome/browser/cert_store.cc |
| @@ -24,7 +24,7 @@ struct MatchSecond { |
| }; |
| // static |
| -CertStore* CertStore::GetSharedInstance() { |
| +CertStore* CertStore::GetInstance() { |
| return Singleton<CertStore>::get(); |
| } |