| Index: net/cert/x509_certificate_known_roots_win.h
|
| diff --git a/net/cert/x509_certificate_known_roots_win.h b/net/cert/x509_certificate_known_roots_win.h
|
| index eea3a6875ffee8b2780d8d373145f2e0e30e3776..43ce812de9ea4fdab444ac51366b59dae7317118 100644
|
| --- a/net/cert/x509_certificate_known_roots_win.h
|
| +++ b/net/cert/x509_certificate_known_roots_win.h
|
| @@ -16,7 +16,7 @@
|
| //
|
| // Note that these *are not* trust anchors for Chromium. They are only used to
|
| // distinguish `real' root CAs from roots that were user-installed.
|
| -static uint8_t kKnownRootCertSHA256Hashes[][32] = {
|
| +static const uint8_t kKnownRootCertSHA256Hashes[][32] = {
|
| // C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate
|
| // Authority
|
| {0x00, 0x16, 0x86, 0xCD, 0x18, 0x1F, 0x83, 0xA1, 0xB1, 0x21, 0x7D, 0x30,
|
|
|