| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index 8f6b7ffd433e7d7aa1db91c7d1ec5e9420159b2c..ec295b68fd3e15ecb4fc056263e3e1e18150f1ab 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -27,7 +27,9 @@ class CertVerifyResult;
|
| class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| : public QuicConnectionDebugVisitor {
|
| public:
|
| - QuicConnectionLogger(QuicSession* session, const BoundNetLog& net_log);
|
| + QuicConnectionLogger(QuicSession* session,
|
| + const char* const connection_description,
|
| + const BoundNetLog& net_log);
|
|
|
| ~QuicConnectionLogger() override;
|
|
|
|
|