Remove p2p/base/candidate.h

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 <kwiberg@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20643}
This commit is contained in:
Patrik Höglund 2017-11-10 13:12:09 +01:00 committed by Commit Bot
parent b87c27ebc4
commit ada394b9c0
2 changed files with 0 additions and 20 deletions

View File

@ -25,7 +25,6 @@ rtc_static_library("rtc_p2p") {
"base/asyncstuntcpsocket.h", "base/asyncstuntcpsocket.h",
"base/basicpacketsocketfactory.cc", "base/basicpacketsocketfactory.cc",
"base/basicpacketsocketfactory.h", "base/basicpacketsocketfactory.h",
"base/candidate.h",
"base/candidatepairinterface.h", "base/candidatepairinterface.h",
"base/common.h", "base/common.h",
"base/dtlstransport.cc", "base/dtlstransport.cc",

View File

@ -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_