Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: webrtc/rtc_base/sslroots.h

Issue 2986163002: Audit of kConstants missing the const qualifier (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/rtc_base/sslroots.h
diff --git a/webrtc/rtc_base/sslroots.h b/webrtc/rtc_base/sslroots.h
index 9ddef0e6bedceca971769e21e389f771fb4bae86..b22433232103abbe807ae6c69de33467b6ca0a24 100644
--- a/webrtc/rtc_base/sslroots.h
+++ b/webrtc/rtc_base/sslroots.h
@@ -4153,7 +4153,7 @@ const unsigned char UTN_DATACorp_SGC_Root_CA_certificate[1122]={
};
-const unsigned char* kSSLCertCertificateList[] = {
+const unsigned char* const kSSLCertCertificateList[] = {
GlobalSign_Root_CA_certificate,
USERTrust_RSA_Certification_Authority_certificate,
Starfield_Class_2_CA_certificate,

Powered by Google App Engine
This is Rietveld 408576698