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

Unified Diff: webrtc/modules/congestion_controller/send_side_congestion_controller.cc

Issue 2779893004: Reland of Log created probe clusters to RtcEventLog. (Closed)
Patch Set: Dependency fix. Created 3 years, 9 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 | « no previous file | webrtc/modules/pacing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/congestion_controller/send_side_congestion_controller.cc
diff --git a/webrtc/modules/congestion_controller/send_side_congestion_controller.cc b/webrtc/modules/congestion_controller/send_side_congestion_controller.cc
index 782c060f000e01f701b7416f8572e8a6eee6ab92..e0918d7b765b1c128ceea0faf5928df68ecea1cb 100644
--- a/webrtc/modules/congestion_controller/send_side_congestion_controller.cc
+++ b/webrtc/modules/congestion_controller/send_side_congestion_controller.cc
@@ -53,8 +53,8 @@ SendSideCongestionController::SendSideCongestionController(
clock,
observer,
event_log,
- std::unique_ptr<PacedSender>(new PacedSender(clock, packet_router))) {
-}
+ std::unique_ptr<PacedSender>(
+ new PacedSender(clock, packet_router, event_log))) {}
SendSideCongestionController::SendSideCongestionController(
const Clock* clock,
« no previous file with comments | « no previous file | webrtc/modules/pacing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698