| 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 058c272fddb36888360676d63eba746992b8e5a2..ce7dce86e86bca67c30210f4a63dca83625357a2 100644
|
| --- a/net/cert/x509_certificate_known_roots_win.h
|
| +++ b/net/cert/x509_certificate_known_roots_win.h
|
| @@ -14,7 +14,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 kKnownRootCertSHA1Hashes[][20] = {
|
| +static uint8_t kKnownRootCertSHA1Hashes[][20] = {
|
| {0x00, 0x48, 0xf8, 0xd3, 0x7b, 0x15, 0x3f, 0x6e, 0xa2, 0x79,
|
| 0x8c, 0x32, 0x3e, 0xf4, 0xf3, 0x18, 0xa5, 0x62, 0x4a, 0x9e},
|
| {0x00, 0xea, 0x52, 0x2c, 0x8a, 0x9c, 0x06, 0xaa, 0x3e, 0xcc,
|
|
|