From ada394b9c0180960944720c9efa2034a554fb1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Fri, 10 Nov 2017 13:12:09 +0100 Subject: [PATCH] Remove p2p/base/candidate.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file has moved to api/candidate.h. Bug: webrtc:7504 Change-Id: Ic008f6277b2c2256776e0da69b903842103b1c29 Reviewed-on: https://webrtc-review.googlesource.com/22002 Reviewed-by: Karl Wiberg Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#20643} --- p2p/BUILD.gn | 1 - p2p/base/candidate.h | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 p2p/base/candidate.h diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index f3dc27dba3..f973137130 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -25,7 +25,6 @@ rtc_static_library("rtc_p2p") { "base/asyncstuntcpsocket.h", "base/basicpacketsocketfactory.cc", "base/basicpacketsocketfactory.h", - "base/candidate.h", "base/candidatepairinterface.h", "base/common.h", "base/dtlstransport.cc", diff --git a/p2p/base/candidate.h b/p2p/base/candidate.h deleted file mode 100644 index ea7d2c9ebb..0000000000 --- a/p2p/base/candidate.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright 2004 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. - */ - -// TODO(phoglund): remove this file after downstream projects are updated. -// See bugs.webrtc.org/7504. - -#ifndef P2P_CANDIDATE_H_ -#define P2P_CANDIDATE_H_ - -#include "api/candidate.h" - -#endif // P2P_CANDIDATE_H_