Fix compilation issues of std::unique_ptr

This patch fixes compilation issues related to usage of std::unique_ptr
and NULL instead of nullptr. This issue pops up once you would try to
compile whole webrtc with using C++14 and gcc-4.9

BUG=webrtc:7461

Review-Url: https://codereview.webrtc.org/2806693004
Cr-Commit-Position: refs/heads/master@{#17600}
This commit is contained in:
steweg
2017-04-09 09:09:06 -07:00
committed by Commit bot
parent 8cc642b555
commit 4b37127414
3 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,7 @@ Steve Reid <sreid@sea-to-sky.net>
Vladimir Beloborodov <VladimirTechMan@gmail.com>
Vicken Simonian <vsimon@gmail.com>
Victor Costan <costan@gmail.com>
Stefan Gula <steweg@gmail.com>
&yet LLC <*@andyet.com>
Agora IO <*@agora.io>