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

Unified Diff: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.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
Index: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
diff --git a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
index 470ee37bdab24dca26a7f281fb08fb7060c91a75..21f9e57cad35d2785e89f4ccbe526bb353793cfd 100644
--- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
+++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
@@ -25,7 +25,7 @@ int GetMinBitrateBps();
static const int64_t kBitrateWindowMs = 1000;
-extern const char* kBweTypeHistogram;
+extern const char kBweTypeHistogram[];
enum BweNames {
kReceiverNoExtension = 0,
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/bwe_defines.cc ('k') | webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698