Delete deprecated constructor of SendSideCongestionController.

Move packet_router #include to where it's needed, and delete unused
MockPacketRouter.

Bug: webrtc:6847
Change-Id: I03c86c6fb8b413f5a535a237fa1724cc10960ffa
Reviewed-on: https://webrtc-review.googlesource.com/17320
Commit-Queue: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20564}
This commit is contained in:
Niels Möller
2017-10-31 10:19:10 +01:00
committed by Commit Bot
parent e3a4da9f44
commit fd6c0914c5
7 changed files with 6 additions and 55 deletions

View File

@ -84,6 +84,7 @@ rtc_source_set("rtp_sender") {
":rtp_interfaces",
"..:webrtc_common",
"../modules/congestion_controller",
"../modules/pacing",
"../rtc_base:rtc_base_approved",
]
}

View File

@ -14,6 +14,7 @@
#include "call/rtp_transport_controller_send_interface.h"
#include "common_types.h" // NOLINT(build/include)
#include "modules/congestion_controller/include/send_side_congestion_controller.h"
#include "modules/pacing/packet_router.h"
#include "rtc_base/constructormagic.h"
namespace webrtc {