blob: 867871bde7f1a8790b5cb2b336d698a3c5f3ac6c [file] [log] [blame]
Piotr (Peter) Slatalae0c2e972018-10-08 09:43:21 -07001/* Copyright 2018 The WebRTC project authors. All Rights Reserved.
Anton Sukhanovf60bd4b2018-09-05 13:41:46 -04002 *
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 Sukhanovf60bd4b2018-09-05 13:41:46 -040010#ifndef API_MEDIA_TRANSPORT_INTERFACE_H_
11#define API_MEDIA_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/media/media_transport_interface.h"
Anton Sukhanovf60bd4b2018-09-05 13:41:46 -040016
Anton Sukhanovf60bd4b2018-09-05 13:41:46 -040017#endif // API_MEDIA_TRANSPORT_INTERFACE_H_