Index: net/base/x509_certificate_openssl.cc |
diff --git a/net/base/x509_certificate_openssl.cc b/net/base/x509_certificate_openssl.cc |
index ac5b75c83d47a84133c8ac65c0f3d4a8f3c162cf..01a4644383775dc4b7a58b492ba3bbe00e87404c 100644 |
--- a/net/base/x509_certificate_openssl.cc |
+++ b/net/base/x509_certificate_openssl.cc |
@@ -26,8 +26,6 @@ |
namespace net { |
-namespace { |
michaelbai
2011/11/01 16:37:59
Why did you remove the this?
Jing Zhao
2011/11/02 16:22:55
Methods in this anonymous namespace were only used
|
- |
void CreateOSCertHandlesFromPKCS7Bytes( |
const char* data, int length, |
X509Certificate::OSCertHandles* handles) { |
@@ -299,8 +297,6 @@ bool GetDERAndCacheIfNeeded(X509Certificate::OSCertHandle cert, |
return true; |
} |
-} // namespace |
- |
// static |
X509Certificate::OSCertHandle X509Certificate::DupOSCertHandle( |
OSCertHandle cert_handle) { |