diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index 6ddabd62f3..e780ba734f 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -70,7 +70,6 @@ rtc_static_library("rtc_p2p") { "base/stun_request.h", "base/tcp_port.cc", "base/tcp_port.h", - "base/transport.h", "base/transport_description.cc", "base/transport_description.h", "base/transport_description_factory.cc", diff --git a/p2p/base/transport.h b/p2p/base/transport.h deleted file mode 100644 index 009a2511f4..0000000000 --- a/p2p/base/transport.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright 2016 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. - */ - -// Most of the contents of this header have moved to jseptransport.h. -// TODO(deadbeef): Delete this file when downstream dependents are updated. - -#ifndef P2P_BASE_TRANSPORT_H_ -#define P2P_BASE_TRANSPORT_H_ - -#include "p2p/base/transport.h" - -#endif // P2P_BASE_TRANSPORT_H_