Index: net/socket/ssl_client_socket_openssl.h |
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h |
index 452936a4bfbc6c9f5be63735716cd515d858b8cf..9ff5b54f262e57bc5f94cb6a32a7de486a3cfa89 100644 |
--- a/net/socket/ssl_client_socket_openssl.h |
+++ b/net/socket/ssl_client_socket_openssl.h |
@@ -295,8 +295,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket { |
NextProtoStatus npn_status_; |
std::string npn_proto_; |
// Written by the |channel_id_service_|. |
- std::string channel_id_private_key_; |
- std::string channel_id_cert_; |
+ scoped_ptr<crypto::ECPrivateKey> channel_id_key_; |
// True if a channel ID was sent. |
bool channel_id_sent_; |
// True if the initial handshake has completed. |