summaryrefslogtreecommitdiffstats
path: root/chrome/browser/toolbar_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/toolbar_model.cc')
-rw-r--r--chrome/browser/toolbar_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/toolbar_model.cc b/chrome/browser/toolbar_model.cc
index e6bf8bc..6321555 100644
--- a/chrome/browser/toolbar_model.cc
+++ b/chrome/browser/toolbar_model.cc
@@ -200,7 +200,7 @@ void ToolbarModel::GetInfoText(std::wstring* text,
((entry->GetSSLCertStatus() & net::CERT_STATUS_IS_EV) == 0))
return;
- scoped_refptr<X509Certificate> cert;
+ scoped_refptr<net::X509Certificate> cert;
CertStore::GetSharedInstance()->RetrieveCert(entry->GetSSLCertID(), &cert);
if (!cert.get()) {
NOTREACHED();