Moves network control interface to API.

This prepares for allowing injection of a network controller.

Bug: webrtc:9155
Change-Id: I5624f47738db9c5cd4750eac76cb6289e06a7aa3
Reviewed-on: https://webrtc-review.googlesource.com/73100
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23188}
This commit is contained in:
Sebastian Jansson
2018-05-09 10:33:39 +02:00
committed by Commit Bot
parent 7eca805ce3
commit c6c44268bc
26 changed files with 114 additions and 124 deletions

View File

@ -9,8 +9,8 @@
*/
#include <memory>
#include "api/transport/network_types.h"
#include "modules/congestion_controller/goog_cc/probe_controller.h"
#include "modules/congestion_controller/network_control/include/network_types.h"
#include "rtc_base/logging.h"
#include "system_wrappers/include/clock.h"
#include "test/gmock.h"