| Index: net/cert/ev_root_ca_metadata.cc
|
| diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
|
| index c77192a594810bc979ec972566da4825516fdfc8..a7e85ec80593a7f1d1ad81012392d26829ba8076 100644
|
| --- a/net/cert/ev_root_ca_metadata.cc
|
| +++ b/net/cert/ev_root_ca_metadata.cc
|
| @@ -41,7 +41,7 @@ struct EVMetadata {
|
| SHA1HashValue fingerprint;
|
|
|
| // The EV policy OIDs of the root CA.
|
| - const char policy_oids[kMaxOIDsPerCA][kMaxOIDLength];
|
| + char policy_oids[kMaxOIDsPerCA][kMaxOIDLength];
|
| };
|
|
|
| static const EVMetadata ev_root_ca_metadata[] = {
|
|
|