| Index: net/quic/crypto/common_cert_set_test.cc
|
| diff --git a/net/quic/crypto/common_cert_set_test.cc b/net/quic/crypto/common_cert_set_test.cc
|
| index 6ce020d9c06d3433166f68ad9c2b5161788e1ccc..325d0b2c1f3f3deca020f51230c912f12d21eac7 100644
|
| --- a/net/quic/crypto/common_cert_set_test.cc
|
| +++ b/net/quic/crypto/common_cert_set_test.cc
|
| @@ -78,7 +78,7 @@ TEST(CommonCertSets, FindGIA) {
|
|
|
| const CommonCertSets* sets(CommonCertSets::GetInstanceQUIC());
|
|
|
| - const uint64 in_hash = GG_UINT64_C(0xde8086f914a3af54);
|
| + const uint64 in_hash = GG_UINT64_C(0xc9fef74053f99f39);
|
| uint64 hash;
|
| uint32 index;
|
| ASSERT_TRUE(sets->MatchCert(
|
| @@ -96,7 +96,7 @@ TEST(CommonCertSets, FindGIA) {
|
| TEST(CommonCertSets, NonMatch) {
|
| const CommonCertSets* sets(CommonCertSets::GetInstanceQUIC());
|
| StringPiece not_a_cert("hello");
|
| - const uint64 in_hash = GG_UINT64_C(0xde8086f914a3af54);
|
| + const uint64 in_hash = GG_UINT64_C(0xc9fef74053f99f39);
|
| uint64 hash;
|
| uint32 index;
|
| EXPECT_FALSE(sets->MatchCert(
|
|
|