| Index: net/http/transport_security_state_static.h
|
| diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
|
| index 00e56873bdf4bac2525e816f891e531ded2a1d49..21ff83a2029ecebe8c69d328cf134c7f528e405a 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -731,9 +731,8 @@ static const struct Pinset kPinsets[] = {
|
| // kHSTSHuffmanTree describes a Huffman tree. The nodes of the tree are pairs
|
| // of uint8s. The last node in the array is the root of the tree. Each pair is
|
| // two uint8_t values, the first is "left" and the second is "right". If a
|
| -// uint8_t
|
| -// value has the MSB set then it represents a literal leaf value. Otherwise
|
| -// it's a pointer to the n'th element of the array.
|
| +// uint8_t value has the MSB set then it represents a literal leaf value.
|
| +// Otherwise it's a pointer to the n'th element of the array.
|
| static const uint8_t kHSTSHuffmanTree[] = {
|
| 0xf0, 0xe4, 0x00, 0xf2, 0x01, 0x80, 0xf9, 0xe6, 0x03, 0xe7, 0xe9, 0x04,
|
| 0xb7, 0xb6, 0xb1, 0x06, 0xb0, 0xb3, 0x07, 0x08, 0x09, 0xea, 0xf8, 0x0a,
|
| @@ -1725,7 +1724,7 @@ static const uint8_t kPreloadedHSTSData[] = {
|
| 0xf1, 0x84, 0x5f, 0xef, 0xb9, 0xb5, 0xbb, 0xac, 0xd1, 0x1a, 0x2e, 0xff,
|
| 0xa7, 0x2f, 0xfc, 0x1c, 0x62, 0x6f, 0x35, 0x34, 0x1c, 0xbf, 0xff, 0xe7,
|
| 0xff, 0x5d, 0xc0, 0xa8, 0xa6, 0x91, 0x4f, 0x26, 0xa6, 0x50, 0xe5, 0xff,
|
| - 0xe9, 0x91, 0x3b, 0x36, 0x7a, 0x3d, 0x01, 0x39, 0x79, 0x1d, 0xb3, 0x94,
|
| + 0xe9, 0x91, 0x3b, 0x36, 0x7a, 0x3d, 0x01, 0x39, 0x79, 0x1d, 0xb2, 0x94,
|
| 0x89, 0x88, 0xb5, 0x9f, 0x4c, 0xda, 0xc4, 0xab, 0xe5, 0xbb, 0xac, 0xd1,
|
| 0x4f, 0xae, 0xf4, 0x1c, 0xad, 0x9e, 0x27, 0x8b, 0xaf, 0xfd, 0xe9, 0xa3,
|
| 0xdd, 0x79, 0xbe, 0x61, 0xcb, 0xdf, 0xf7, 0xf3, 0x97, 0xff, 0x91, 0x83,
|
|
|