Delete p2p/base/packet_transport_interface.h

This file only defined an unused alias.

Bug: None
Change-Id: I0c731401295814e8f5dd91f41350973021efd5d5
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155173
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30138}
This commit is contained in:
Niels Möller 2019-12-10 14:04:15 +01:00 committed by Commit Bot
parent c0734715d1
commit 83ee98292f
2 changed files with 0 additions and 25 deletions

View File

@ -52,7 +52,6 @@ rtc_library("rtc_p2p") {
"base/p2p_transport_channel.cc",
"base/p2p_transport_channel.h",
"base/p2p_transport_channel_ice_field_trials.h",
"base/packet_transport_interface.h",
"base/packet_transport_internal.cc",
"base/packet_transport_internal.h",
"base/port.cc",

View File

@ -1,24 +0,0 @@
/*
* Copyright 2017 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
// This exists for backwards compatibility with chromium remoting code that
// uses it.
// TODO(deadbeef): Update chromium and remove this file.
#ifndef P2P_BASE_PACKET_TRANSPORT_INTERFACE_H_
#define P2P_BASE_PACKET_TRANSPORT_INTERFACE_H_
#include "p2p/base/packet_transport_internal.h"
namespace rtc {
typedef PacketTransportInternal PacketTransportInterface;
}
#endif // P2P_BASE_PACKET_TRANSPORT_INTERFACE_H_