blob: dcb693c6bf46a0da1b2237ced98f28faed4f7234 [file] [log] [blame]
Bjorn A Mellem05497f22019-08-01 10:48:20 -07001/* Copyright 2019 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
Bjorn A Mellem05497f22019-08-01 10:48:20 -070010#ifndef API_DATA_CHANNEL_TRANSPORT_INTERFACE_H_
11#define API_DATA_CHANNEL_TRANSPORT_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/data_channel_transport_interface.h"
Bjorn A Mellem05497f22019-08-01 10:48:20 -070016
17#endif // API_DATA_CHANNEL_TRANSPORT_INTERFACE_H_