| Index: net/quic/quic_connection_logger.cc
|
| diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
|
| index 76a2c32ef2a69daab3023385d42845bcbd324d6e..769e8eee44b9e49fc874f2bc03213fac2c32090c 100644
|
| --- a/net/quic/quic_connection_logger.cc
|
| +++ b/net/quic/quic_connection_logger.cc
|
| @@ -281,7 +281,7 @@ AddressFamily GetRealAddressFamily(const IPAddressNumber& address) {
|
| } // namespace
|
|
|
| QuicConnectionLogger::QuicConnectionLogger(
|
| - QuicSession* session,
|
| + QuicSpdySession* session,
|
| const char* const connection_description,
|
| const BoundNetLog& net_log)
|
| : net_log_(net_log),
|
|
|