| Index: net/quic/crypto/common_cert_set_0.c
|
| diff --git a/net/quic/crypto/common_cert_set_0.c b/net/quic/crypto/common_cert_set_0.c
|
| index 1133733cf7fbeb6593d82514bd12472992dfe6fd..4cc16f66b237e5b4fcf5a44c1ee16180ccaa27c1 100644
|
| --- a/net/quic/crypto/common_cert_set_0.c
|
| +++ b/net/quic/crypto/common_cert_set_0.c
|
| @@ -6,8 +6,8 @@
|
| /* This file contains common certificates. It's designed to be #included in
|
| * another file, in a namespace. */
|
|
|
| -#include "net/quic/crypto/common_cert_set_1_50.inc"
|
| -#include "net/quic/crypto/common_cert_set_51_100.inc"
|
| +#include "net/quic/crypto/common_cert_set_0a.inc"
|
| +#include "net/quic/crypto/common_cert_set_0b.inc"
|
|
|
| static const size_t kNumCerts = 102;
|
| static const unsigned char* const kCerts[] = {
|
|
|