| Index: net/quic/quic_connection_test.cc | 
| diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc | 
| index 0085934c46f782d04f978730c5e31f20581510c4..4e18afd193c5266c3e8199e440a03439ccf3340a 100644 | 
| --- a/net/quic/quic_connection_test.cc | 
| +++ b/net/quic/quic_connection_test.cc | 
| @@ -801,7 +801,7 @@ class QuicConnectionTest : public ::testing::TestWithParam<TestParams> { | 
| connection_.ProcessUdpPacket( | 
| kSelfAddress, kPeerAddress, | 
| QuicEncryptedPacket(buffer, encrypted_length, false)); | 
| -    return encrypted_length; | 
| +    return base::checked_cast<QuicPacketEntropyHash>(encrypted_length); | 
| } | 
|  | 
| size_t ProcessDataPacket(QuicPacketNumber number, | 
|  |