Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1767)

Unified Diff: chrome/browser/cert_store.cc

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/cert_store.h ('k') | chrome/browser/certificate_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chrome/browser/cert_store.h ('k') | chrome/browser/certificate_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698