Index: net/base/openssl_private_key_store.h |
diff --git a/net/base/openssl_private_key_store.h b/net/base/openssl_private_key_store.h |
index 0ad3b1a99c004b64a8d0989db8b50275815c5be5..73233a7288e4ba67e4f4a62c747a3b3a53d274e1 100644 |
--- a/net/base/openssl_private_key_store.h |
+++ b/net/base/openssl_private_key_store.h |
@@ -43,11 +43,11 @@ class NET_EXPORT OpenSSLPrivateKeyStore { |
static bool HasPrivateKey(EVP_PKEY* pub_key); |
private: |
- OpenSSLPrivateKeyStore(); // not implemented. |
+ OpenSSLPrivateKeyStore(); // not implemented. |
~OpenSSLPrivateKeyStore(); // not implemented. |
DISALLOW_COPY_AND_ASSIGN(OpenSSLPrivateKeyStore); |
}; |
-} // namespace net |
+} // namespace net |
#endif // NET_BASE_OPENSSL_PRIVATE_KEY_STORE_H_ |