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_