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

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

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/modules/pacing/alr_detector.cc
diff --git a/webrtc/modules/pacing/alr_detector.cc b/webrtc/modules/pacing/alr_detector.cc
index 93752cf751395d99db60e146ef87f4b0558e4dcb..c2ec7160bff041c696bd41f5506e6465e781293c 100644
--- a/webrtc/modules/pacing/alr_detector.cc
+++ b/webrtc/modules/pacing/alr_detector.cc
@@ -20,7 +20,7 @@
namespace webrtc {
-const char* AlrDetector::kScreenshareProbingBweExperimentName =
+const char AlrDetector::kScreenshareProbingBweExperimentName[] =
"WebRTC-ProbingScreenshareBwe";
AlrDetector::AlrDetector()

Powered by Google App Engine
This is Rietveld 408576698