From c0ed4db0ba6390262a254b235aac6d89fc8e440b Mon Sep 17 00:00:00 2001 From: Steve Anton Date: Thu, 21 Dec 2017 13:46:58 -0800 Subject: [PATCH] Remove p2p/base/sessiondescription.h forwarding header Now that downstream projects have been updated to point to pc/sessiondescription.h, the forwarding header can be removed. Bug: webrtc:8620 Change-Id: Ia4b4aa05f41a2b6ef948dc140460b71d8db8eb64 Reviewed-on: https://webrtc-review.googlesource.com/35961 Reviewed-by: Peter Thatcher Commit-Queue: Steve Anton Cr-Commit-Position: refs/heads/master@{#21418} --- p2p/DEPS | 8 -------- p2p/base/sessiondescription.h | 18 ------------------ 2 files changed, 26 deletions(-) delete mode 100644 p2p/base/sessiondescription.h diff --git a/p2p/DEPS b/p2p/DEPS index 718aa6301f..94f4bcb2ad 100644 --- a/p2p/DEPS +++ b/p2p/DEPS @@ -2,11 +2,3 @@ include_rules = [ "+net", "+system_wrappers", ] - -specific_include_rules = { - # TODO(steveanton): Remove this forwarding header once downstream projects - # have updated to include the file in its new location. - "sessiondescription\.h": [ - "+pc/sessiondescription.h", - ], -} diff --git a/p2p/base/sessiondescription.h b/p2p/base/sessiondescription.h deleted file mode 100644 index 07d2ec166f..0000000000 --- a/p2p/base/sessiondescription.h +++ /dev/null @@ -1,18 +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. - */ - -#ifndef P2P_BASE_SESSIONDESCRIPTION_H_ -#define P2P_BASE_SESSIONDESCRIPTION_H_ - -// TODO(steveanton): Remove this forwarding header once downstream projects -// have updated to include the file in its new location. -#include "pc/sessiondescription.h" - -#endif // P2P_BASE_SESSIONDESCRIPTION_H_