Move sessiondescription.h/cc from p2p/base to pc/

SDP is a detail of PeerConnection and is not used by anything in p2p, so
it belongs in the pc/ directory. This also allows
MediaContentDescription to be inlined in the future.

Bug: webrtc:8620
Change-Id: I38b65ede9942e29eb15035ab29f2be988da1e5ce
Reviewed-on: https://webrtc-review.googlesource.com/33781
Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org>
Reviewed-by: Peter Thatcher <pthatcher@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21376}
This commit is contained in:
Steve Anton
2017-12-19 14:26:11 -08:00
committed by Commit Bot
parent 36193c3756
commit 4ab68eec96
15 changed files with 230 additions and 207 deletions

View File

@ -32,7 +32,6 @@ CPPLINT_BLACKLIST = [
'modules/media_file',
'modules/utility',
'modules/video_capture',
'p2p/base/sessiondescription.cc',
'p2p/base/session.cc',
'p2p/base/session.h',
'p2p/base/pseudotcp.cc',