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 9ff5b54f262e57bc5f94cb6a32a7de486a3cfa89..fd7a68a3ea29f6e1484ea4168a2923fbd64d87a0 100644 |
--- a/net/socket/ssl_client_socket_openssl.h |
+++ b/net/socket/ssl_client_socket_openssl.h |
@@ -303,7 +303,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket { |
// True if the initial handshake's certificate has been verified. |
bool certificate_verified_; |
// The request handle for |channel_id_service_|. |
- ChannelIDService::RequestHandle channel_id_request_handle_; |
+ ChannelIDService::Request channel_id_request_; |
SSLFailureState ssl_failure_state_; |
TransportSecurityState* transport_security_state_; |