diff options
Diffstat (limited to 'chrome/browser/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents.cc b/chrome/browser/tab_contents.cc index 364ef91..7f6c9e8 100644 --- a/chrome/browser/tab_contents.cc +++ b/chrome/browser/tab_contents.cc @@ -166,7 +166,7 @@ bool TabContents::GetSSLEVText(std::wstring* ev_text, ((entry->GetSSLCertStatus() & net::CERT_STATUS_IS_EV) == 0)) return false; - scoped_refptr<X509Certificate> cert; + scoped_refptr<net::X509Certificate> cert; CertStore::GetSharedInstance()->RetrieveCert(entry->GetSSLCertID(), &cert); if (!cert.get()) { NOTREACHED(); |