commit | 4485ffb58dbc6b446f624656ebb58907e71c884a | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Apr 26 08:14:39 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 26 15:14:48 2016 +0000 |
tree | bfbbf7ab04afb139f80b838a943e70e32760718a | |
parent | 84f8cd6df467cf78c73d4acd4a10ca702b4ab320 [diff] |
#include "webrtc/base/constructormagic.h" where appropriate Any file that uses the RTC_DISALLOW_* macros should #include "webrtc/base/constructormagic.h", but a shocking number of them don't. This causes trouble when we try to wean files off of #including scoped_ptr.h, since a bunch of files get their constructormagic macros only from there. Rather than fixing these errors one by one as they turn up, this CL simply ensures that every file in the WebRTC tree that uses the RTC_DISALLOW_* macros #includes "webrtc/base/constructormagic.h". BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1917043005 Cr-Commit-Position: refs/heads/master@{#12509}
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.