blob: 3666022488a08a6c70577847db0a801dfd3a4eb4 [file] [log] [blame]
Anton Sukhanovc136b062019-05-14 14:53:42 -07001/* 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 Sukhanovc136b062019-05-14 14:53:42 -070010#ifndef API_CONGESTION_CONTROL_INTERFACE_H_
11#define API_CONGESTION_CONTROL_INTERFACE_H_
12
Niels Möller65f17ca2019-09-12 13:59:36 +020013// TODO(bugs.webrtc.org/8733): Delete once users are updated for the new
14// location.
15#include "api/transport/congestion_control_interface.h"
Anton Sukhanovc136b062019-05-14 14:53:42 -070016
17#endif // API_CONGESTION_CONTROL_INTERFACE_H_