danilchap 69e59e619a [rtp_rtcp] rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer
rtcp::RawPacket is rtc::Buffer, it had no extra functionality.
rtc::Buffer is a movable class - no point to wrap it into rtc::scoped_ptr
change is large, but straightforward:
  rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer
  ->Buffer() replaced with .data()
  ->Length() replaced with .size()

BUG=webrtc:5260

Review URL: https://codereview.webrtc.org/1696203002

Cr-Commit-Position: refs/heads/master@{#11649}
2016-02-17 11:11:50 +00:00
..
2016-01-13 00:26:55 +00:00
2016-01-25 07:47:59 +00:00
2015-12-10 20:39:16 +00:00
2015-12-10 20:39:16 +00:00
2015-12-10 20:39:16 +00:00
2015-12-10 20:39:16 +00:00
2016-02-03 12:30:10 +00:00
2015-12-29 09:12:15 +00:00
2015-12-21 19:06:56 +00:00
2015-12-10 20:39:16 +00:00