| Index: chrome/browser/cert_store.h
|
| diff --git a/chrome/browser/cert_store.h b/chrome/browser/cert_store.h
|
| index fc17501310e1602722a97c22c953826c9b306175..0af7ef4d0aaed6373c08968e9a9a73bea262c80a 100644
|
| --- a/chrome/browser/cert_store.h
|
| +++ b/chrome/browser/cert_store.h
|
| @@ -27,7 +27,7 @@
|
| class CertStore : public NotificationObserver {
|
| public:
|
| // Returns the singleton instance of the CertStore.
|
| - static CertStore* GetSharedInstance();
|
| + static CertStore* GetInstance();
|
|
|
| // Stores the specified cert and returns the id associated with it. The cert
|
| // is associated to the specified RenderProcessHost.
|
|
|