Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: net/base/openssl_private_key_store.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698