| Index: net/quic/crypto/null_encrypter_test.cc
|
| diff --git a/net/quic/crypto/null_encrypter_test.cc b/net/quic/crypto/null_encrypter_test.cc
|
| index 9f2cec2344be690116792d68167fbcdf34d3f57d..328c7381eaa6d4354d3c407500c7cf711169e8f8 100644
|
| --- a/net/quic/crypto/null_encrypter_test.cc
|
| +++ b/net/quic/crypto/null_encrypter_test.cc
|
| @@ -22,7 +22,7 @@ TEST(NullEncrypterTest, Encrypt) {
|
| 'b', 'y', 'e', '!',
|
| };
|
| NullEncrypter encrypter;
|
| - scoped_ptr<QuicData> encrypted(encrypter.Encrypt("hello world!",
|
| + scoped_ptr<QuicData> encrypted(encrypter.Encrypt(0, "hello world!",
|
| "goodbye!"));
|
| ASSERT_TRUE(encrypted.get());
|
| test::CompareCharArraysWithHexError(
|
|
|