commit | 9199c0e76b2e228af35bb3937efd689d591a106a | [log] [tgz] |
---|---|---|
author | henrikg <henrikg@webrtc.org> | Wed Sep 16 12:37:44 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 16 12:37:52 2015 |
tree | c1229431f5757e2ecbadc2b4c10153b1ce46873d | |
parent | 069580fd17a1263ab5f4686526a4c28aba0e44ec [diff] |
Add RTC_ prefix to contructormagic macros. We must remove dependency on Chromium, i.e. we can't use Chromium's base/logging.h. That means we need to define these macros in WebRTC also when doing Chromium builds. And this causes redefinition. * DISALLOW_ASSIGN -> RTC_DISALLOW_ASSIGN * DISALLOW_COPY_AND_ASSIGN -> RTC_DISALLOW_COPY_AND_ASSIGN * DISALLOW_IMPLICIT_CONSTRUCTORS -> RTC_DISALLOW_IMPLICIT_CONSTRUCTORS Related CL: https://codereview.webrtc.org/1335923002/ BUG=chromium:468375 NOTRY=true Review URL: https://codereview.webrtc.org/1345433002 Cr-Original-Commit-Position: refs/heads/master@{#9953} Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc Cr-Mirrored-Commit: 3c089d751ede283e21e186885eaf705c3257ccd2