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:
@ -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',
|
||||
|
Reference in New Issue
Block a user