| Index: net/quic/core/crypto/aead_base_encrypter.h
|
| diff --git a/net/quic/core/crypto/aead_base_encrypter.h b/net/quic/core/crypto/aead_base_encrypter.h
|
| index 7636276681d08a63f7ab66dc84e25512baf0afdc..fcbe03926fccb407abfb3ef938512d4f5f2f1333 100644
|
| --- a/net/quic/core/crypto/aead_base_encrypter.h
|
| +++ b/net/quic/core/crypto/aead_base_encrypter.h
|
| @@ -28,7 +28,6 @@ class QUIC_EXPORT_PRIVATE AeadBaseEncrypter : public QuicEncrypter {
|
| bool SetKey(base::StringPiece key) override;
|
| bool SetNoncePrefix(base::StringPiece nonce_prefix) override;
|
| bool EncryptPacket(QuicVersion version,
|
| - QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
| base::StringPiece plaintext,
|
|
|