From 8ac1a75acadaa2aae065212cb6255d00c789a184 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Thu, 31 Jul 2008 19:40:37 +0000 Subject: Move more net classes into the net namespace. Also remove the net_util namespace in favor of the net namespace. This is a purely mechanical change. There should be no logic changes. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/tab_contents.cc') 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 cert; + scoped_refptr cert; CertStore::GetSharedInstance()->RetrieveCert(entry->GetSSLCertID(), &cert); if (!cert.get()) { NOTREACHED(); -- cgit v1.1