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 fc2278e8419d4974aebd2369143ee30c4c473972..26bfb28c404409b4ec3636c680bd82a498228087 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h |
@@ -19,6 +19,10 @@ |
namespace webrtc { |
+namespace congestion_controller { |
+int GetMinBitrateBps(); |
+} // namespace congestion_controller |
+ |
static const int64_t kBitrateWindowMs = 1000; |
extern const char* kBweTypeHistogram; |