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

Unified Diff: net/ssl/ssl_cert_request_info.h

Issue 2898573002: Refactor client cert private key handling. (Closed)
Patch Set: . Created 3 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/ssl/ssl_cert_request_info.h
diff --git a/net/ssl/ssl_cert_request_info.h b/net/ssl/ssl_cert_request_info.h
index 3f0443ea4e9bd5162d27bc8a31a831c2ceb0db5c..ca084b74c7318030011ed00fa78c62fee2c88419 100644
--- a/net/ssl/ssl_cert_request_info.h
+++ b/net/ssl/ssl_cert_request_info.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "net/base/host_port_pair.h"
#include "net/base/net_export.h"
+#include "net/ssl/client_cert_identity.h"
davidben 2017/06/01 23:41:25 Stray #include?
mattm 2017/06/02 04:04:20 Done.
#include "net/ssl/ssl_client_cert_type.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698