| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index 8baa1b8ec174cd0124c7bc9e2fae1bc8a988ef0a..c50cb9eda1be92daf2b9c8a3aea73d57c864d2d7 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -20,7 +20,7 @@ class CryptoHandshakeMessage;
|
| // This class is a debug visitor of a QuicConnection which logs
|
| // events to |net_log|.
|
| class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| - : public QuicConnectionDebugVisitorInterface {
|
| + : public QuicConnectionDebugVisitor {
|
| public:
|
| explicit QuicConnectionLogger(const BoundNetLog& net_log);
|
|
|
|
|