Moved congestion controller to goog_cc folder.

Bug: webrtc:8415
Change-Id: I2070da0cacf1dbfc4b6a89285af3e68fd03497ab
Reviewed-on: https://webrtc-review.googlesource.com/43841
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21928}
This commit is contained in:
Sebastian Jansson
2018-02-07 10:00:51 +01:00
committed by Commit Bot
parent 2a5ce2bcf8
commit e6cefdf9c5
39 changed files with 250 additions and 230 deletions

View File

@ -17,7 +17,7 @@
#include <map>
#include "modules/congestion_controller/delay_based_bwe.h"
#include "modules/congestion_controller/goog_cc/delay_based_bwe.h"
#include "modules/include/module.h"
#include "modules/pacing/paced_sender.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"