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

Unified Diff: webrtc/modules/pacing/alr_detector.cc

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/modules/pacing/alr_detector.h ('k') | webrtc/modules/remote_bitrate_estimator/bwe_defines.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/alr_detector.cc
diff --git a/webrtc/modules/pacing/alr_detector.cc b/webrtc/modules/pacing/alr_detector.cc
index dcb0627fb821bf54b26807d9e5a77d91fecc4b57..993c6cd07edde5b87d2ea5f4b061dc5c183c5a40 100644
--- a/webrtc/modules/pacing/alr_detector.cc
+++ b/webrtc/modules/pacing/alr_detector.cc
@@ -20,9 +20,9 @@
namespace webrtc {
-const char* AlrDetector::kScreenshareProbingBweExperimentName =
+const char AlrDetector::kScreenshareProbingBweExperimentName[] =
"WebRTC-ProbingScreenshareBwe";
-const char* AlrDetector::kStrictPacingAndProbingExperimentName =
+const char AlrDetector::kStrictPacingAndProbingExperimentName[] =
"WebRTC-StrictPacingAndProbing";
AlrDetector::AlrDetector()
« no previous file with comments | « webrtc/modules/pacing/alr_detector.h ('k') | webrtc/modules/remote_bitrate_estimator/bwe_defines.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698