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

Unified Diff: webrtc/modules/congestion_controller/BUILD.gn

Issue 2580843002: Change return type of CongestionController::pacer() method.
Patch Set: Created 4 years 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/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index d2dc680adbb963906f380f64c23b20611d00f7ab..d23f5f7ff7cc0abeff5dfe7f071b28870993ed14 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -46,5 +46,6 @@ rtc_static_library("congestion_controller") {
"../../base:rtc_analytics",
"../bitrate_controller",
"../pacing",
+ "../utility", # For ProcessThread
]
}

Powered by Google App Engine
This is Rietveld 408576698