| 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 328c7381eaa6d4354d3c407500c7cf711169e8f8..df9bcdce8915188c0ab2818f002ff4d801c9318a 100644
|
| --- a/net/quic/crypto/null_encrypter_test.cc
|
| +++ b/net/quic/crypto/null_encrypter_test.cc
|
| @@ -13,10 +13,10 @@ namespace test {
|
| TEST(NullEncrypterTest, Encrypt) {
|
| unsigned char expected[] = {
|
| // fnv hash
|
| - 0x47, 0x11, 0xea, 0x5f,
|
| - 0xcf, 0x1d, 0x66, 0x5b,
|
| - 0xba, 0xf0, 0xbc, 0xfd,
|
| - 0x88, 0x79, 0xca, 0x37,
|
| + 0xa0, 0x6f, 0x44, 0x8a,
|
| + 0x44, 0xf8, 0x18, 0x3b,
|
| + 0x47, 0x91, 0xb2, 0x13,
|
| + 0x6b, 0x09, 0xbb, 0xae,
|
| // payload
|
| 'g', 'o', 'o', 'd',
|
| 'b', 'y', 'e', '!',
|
|
|