commit | 3ec4679dd253b2488d8f09331ffec0dcab1d3abc | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Wed Apr 27 14:22:53 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 27 14:22:58 2016 |
tree | 8740d4cc191c5af11eee635c93614fcdc6e35ccb | |
parent | 3f032cf6882b3438adab1940fe917c39a50fabbd [diff] |
Replace scoped_ptr with unique_ptr in webrtc/p2p/ 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/1923163003 Cr-Commit-Position: refs/heads/master@{#12532}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.