Bjorn A Mellem | 05497f2 | 2019-08-01 10:48:20 -0700 | [diff] [blame] | 1 | /* 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 Mellem | 05497f2 | 2019-08-01 10:48:20 -0700 | [diff] [blame] | 10 | #ifndef API_DATA_CHANNEL_TRANSPORT_INTERFACE_H_ |
| 11 | #define API_DATA_CHANNEL_TRANSPORT_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/data_channel_transport_interface.h" |
Bjorn A Mellem | 05497f2 | 2019-08-01 10:48:20 -0700 | [diff] [blame] | 16 | |
| 17 | #endif // API_DATA_CHANNEL_TRANSPORT_INTERFACE_H_ |