| Index: chrome/browser/page_info_model.cc
|
| diff --git a/chrome/browser/page_info_model.cc b/chrome/browser/page_info_model.cc
|
| index 7ceb3fd010e49294d6bb167d259ac6c9eba16256..cba7dd3b73f614c3a27b73d752828936a52e93b1 100644
|
| --- a/chrome/browser/page_info_model.cc
|
| +++ b/chrome/browser/page_info_model.cc
|
| @@ -59,7 +59,7 @@ PageInfoModel::PageInfoModel(Profile* profile,
|
| int status_with_warnings_removed = ssl.cert_status() & ~cert_warnings;
|
|
|
| if (ssl.cert_id() &&
|
| - CertStore::GetSharedInstance()->RetrieveCert(ssl.cert_id(), &cert) &&
|
| + CertStore::GetInstance()->RetrieveCert(ssl.cert_id(), &cert) &&
|
| !net::IsCertStatusError(status_with_warnings_removed)) {
|
| // No error found so far, check cert_status warnings.
|
| int cert_status = ssl.cert_status();
|
|
|