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:
parent
b87c27ebc4
commit
ada394b9c0
@ -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",
|
||||
|
||||
@ -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_
|
||||
Loading…
x
Reference in New Issue
Block a user