| Index: net/quic/quic_chromium_client_session.cc
|
| diff --git a/net/quic/quic_chromium_client_session.cc b/net/quic/quic_chromium_client_session.cc
|
| index edc6e8e57c423d18cd2748450146208054eded6b..18aabbc317c4ff1afbd7758ebf083f368027136f 100644
|
| --- a/net/quic/quic_chromium_client_session.cc
|
| +++ b/net/quic/quic_chromium_client_session.cc
|
| @@ -470,7 +470,7 @@ bool QuicChromiumClientSession::GetSSLInfo(SSLInfo* ssl_info) const {
|
| // Report the TLS cipher suite that most closely resembles the crypto
|
| // parameters of the QUIC connection.
|
| QuicTag aead = crypto_stream_->crypto_negotiated_params().aead;
|
| - uint16 cipher_suite;
|
| + uint16_t cipher_suite;
|
| int security_bits;
|
| switch (aead) {
|
| case kAESG:
|
|
|