Onion soup content/renderer/media/webrtc/rtc_rtp_transceiver.cc|h
... and the respective unittest, rtc_rtp_transceiver_unittest.cc This CL works out phase 7.3 on the design document [1]. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ In order to avoid colliding files and classes names with existing homonyms in renderer/modules/peerconnection, the following renames were performed: - rtc_rtp_transceiver_impl.cc -> rtc_rtp_transceiver_impl.cc - rtc_rtp_transceiver_impl.h -> rtc_rtp_transceiver_impl.h.h - rtc_rtp_transceiver_unittest.cc -> rtc_rtp_transceiver_impl_test.cc Also, RTCRtpTransceiver became RTCRtpTransceiverImpl. BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: Ibd84b5911ac64b9e1ad25e139a8e31ddfdccf281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820060 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#705047}
Showing
Please register or sign in to comment