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

Unified Diff: webrtc/rtc_base/sslroots.h

Issue 2986163002: Audit of kConstants missing the const qualifier (Closed)
Patch Set: rebase + constexpr Created 3 years, 4 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
« no previous file with comments | « webrtc/rtc_base/rtccertificategenerator.cc ('k') | webrtc/stats/rtcstats_objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « webrtc/rtc_base/rtccertificategenerator.cc ('k') | webrtc/stats/rtcstats_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698