| Index: net/socket/tcp_client_socket_libevent.h
|
| diff --git a/net/socket/tcp_client_socket_libevent.h b/net/socket/tcp_client_socket_libevent.h
|
| index 0a27c4c6f8046191860545550a927f29e12f3f01..c05877e1489d536444f23962665f02a33a7ec1ee 100644
|
| --- a/net/socket/tcp_client_socket_libevent.h
|
| +++ b/net/socket/tcp_client_socket_libevent.h
|
| @@ -191,7 +191,7 @@ class NET_EXPORT_PRIVATE TCPClientSocketLibevent : public StreamSocket,
|
| UseHistory use_history_;
|
|
|
| // Enables experimental TCP FastOpen option.
|
| - bool use_tcp_fastopen_;
|
| + const bool use_tcp_fastopen_;
|
|
|
| // True when TCP FastOpen is in use and we have done the connect.
|
| bool tcp_fastopen_connected_;
|
|
|