| Index: chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| index 1e3bc94d9192cd6e6ae02b700742b5f8728d2525..e0a13f6aa4806a9b6522a4f6b37a40b9c56dc394 100644
|
| --- a/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/page_info_bubble_controller.mm
|
| @@ -376,7 +376,7 @@ void ShowPageInfoBubble(gfx::NativeWindow parent,
|
|
|
| // By default, assume that we don't have certificate information to show.
|
| scoped_refptr<net::X509Certificate> cert;
|
| - CertStore::GetSharedInstance()->RetrieveCert(certID_, &cert);
|
| + CertStore::GetInstance()->RetrieveCert(certID_, &cert);
|
|
|
| // Don't bother showing certificates if there isn't one. Gears runs
|
| // with no OS root certificate.
|
|
|