Anton Sukhanov | c136b06 | 2019-05-14 14:53:42 -0700 | [diff] [blame] | 1 | /* Copyright 2018 The WebRTC project authors. All Rights Reserved. |
| 2 | * |
| 3 | * Use of this source code is governed by a BSD-style license |
| 4 | * that can be found in the LICENSE file in the root of the source |
| 5 | * tree. An additional intellectual property rights grant can be found |
| 6 | * in the file PATENTS. All contributing project authors may |
| 7 | * be found in the AUTHORS file in the root of the source tree. |
| 8 | */ |
| 9 | |
Anton Sukhanov | c136b06 | 2019-05-14 14:53:42 -0700 | [diff] [blame] | 10 | #ifndef API_CONGESTION_CONTROL_INTERFACE_H_ |
| 11 | #define API_CONGESTION_CONTROL_INTERFACE_H_ |
| 12 | |
Niels Möller | 65f17ca | 2019-09-12 13:59:36 +0200 | [diff] [blame] | 13 | // TODO(bugs.webrtc.org/8733): Delete once users are updated for the new |
| 14 | // location. |
| 15 | #include "api/transport/congestion_control_interface.h" |
Anton Sukhanov | c136b06 | 2019-05-14 14:53:42 -0700 | [diff] [blame] | 16 | |
| 17 | #endif // API_CONGESTION_CONTROL_INTERFACE_H_ |