| Index: net/cert/x509_cert_types_win.cc
|
| diff --git a/net/cert/x509_cert_types_win.cc b/net/cert/x509_cert_types_win.cc
|
| index 8a456f3b0d0a47af3393ad3d40808f268d8c36e4..f5f426dde7af396ec9361f5ecade92a1894963bd 100644
|
| --- a/net/cert/x509_cert_types_win.cc
|
| +++ b/net/cert/x509_cert_types_win.cc
|
| @@ -21,7 +21,7 @@ namespace {
|
|
|
| // A list of OIDs to decode. Any OID not on this list will be ignored for
|
| // purposes of parsing.
|
| -const char* kOIDs[] = {
|
| +const char* const kOIDs[] = {
|
| szOID_COMMON_NAME,
|
| szOID_LOCALITY_NAME,
|
| szOID_STATE_OR_PROVINCE_NAME,
|
|
|