bfefb03ec1
Replace scoped_ptr with unique_ptr everywhere
...
But keep #including scoped_ptr.h in .h files, so as not to break
WebRTC users who expect those .h files to give them rtc::scoped_ptr.
BUG=webrtc:5520
Review-Url: https://codereview.webrtc.org/1937693002
Cr-Commit-Position: refs/heads/master@{#12581}
2016-05-01 21:53:55 +00:00
3102294fc0
Replace scoped_ptr with unique_ptr in webrtc/pc/
...
BUG=webrtc:5520
Review URL: https://codereview.webrtc.org/1783263002
Cr-Commit-Position: refs/heads/master@{#11961}
2016-03-11 22:18:26 +00:00
65c7f67f09
Fix license headers in webrtc/pc
...
This was not done in https://codereview.webrtc.org/1691463002/
in order to preserve Git history when moving the files.
BUG=webrtc:5419
TBR=pthatcher@webrtc.org
NOTRY=True
Review URL: https://codereview.webrtc.org/1693773002
Cr-Commit-Position: refs/heads/master@{#11593}
2016-02-12 08:05:07 +00:00
9b8df25c73
Move talk/session/media -> webrtc/pc
...
The libjingle_p2p target is renamed to rtc_pc.
The libjingle_p2p_unittest test will be renamed in a
separate follow-up CL, to make it possible to run all
trybots successfully for this CL.
BUG=webrtc:5419
R=deadbeef@webrtc.org , pthatcher@webrtc.org , tommi@webrtc.org
Review URL: https://codereview.webrtc.org/1691463002 .
Cr-Commit-Position: refs/heads/master@{#11592}
2016-02-12 05:48:10 +00:00