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

Unified Diff: net/ssl/ssl_private_key_test_util.h

Issue 2822283002: Remove SSLPrivateKey metadata hooks. (Closed)
Patch Set: emaxx comment Created 3 years, 8 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
« no previous file with comments | « net/ssl/ssl_private_key.h ('k') | net/ssl/ssl_private_key_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_private_key_test_util.h
diff --git a/net/ssl/ssl_private_key_test_util.h b/net/ssl/ssl_private_key_test_util.h
index ff922f7cad54ce4df3fe5d475e1ec9c10c70a0c5..454bbd9c65cc4f55f284c785d67a48b54a52965d 100644
--- a/net/ssl/ssl_private_key_test_util.h
+++ b/net/ssl/ssl_private_key_test_util.h
@@ -7,11 +7,9 @@
#include <string>
-#include "net/ssl/ssl_private_key.h"
-
namespace net {
-const char* SSLPrivateKeyTypeToString(SSLPrivateKey::Type type);
+class SSLPrivateKey;
// Tests that |key| matches the private key serialized in |pkcs8|. It checks the
// reported type and key size are correct, and then it tests all advertised
« no previous file with comments | « net/ssl/ssl_private_key.h ('k') | net/ssl/ssl_private_key_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698