| Index: net/cert/x509_certificate_known_roots_mac.h
|
| diff --git a/net/cert/x509_certificate_known_roots_mac.h b/net/cert/x509_certificate_known_roots_mac.h
|
| index a3d81ae19a06b48b75bc493a6a764abd26322669..fb5d0f5b9b6d82ded7d001111f10e4960b83b7a2 100644
|
| --- a/net/cert/x509_certificate_known_roots_mac.h
|
| +++ b/net/cert/x509_certificate_known_roots_mac.h
|
| @@ -10,7 +10,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] = {
|
| {0x01, 0x68, 0x97, 0xe1, 0xa0, 0xb8, 0xf2, 0xc3, 0xb1, 0x34,
|
| 0x66, 0x5c, 0x20, 0xa7, 0x27, 0xb7, 0xa1, 0x58, 0xe2, 0x8f},
|
| {0x02, 0x72, 0x68, 0x29, 0x3e, 0x5f, 0x5d, 0x17, 0xaa, 0xa4,
|
|
|