 Chromium Code Reviews
 Chromium Code Reviews Issue 5685007:
  Rename all methods accessing Singleton<T> as GetInstance().  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 5685007:
  Rename all methods accessing Singleton<T> as GetInstance().  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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(); | 
| } |