Replace scoped_ptr with unique_ptr in webrtc/modules/

Except in places where this would break out-of-tree code,
such as Chromium.

BUG=webrtc:5520

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

Cr-Commit-Position: refs/heads/master@{#12037}
This commit is contained in:
kwiberg
2016-03-17 09:17:43 -07:00
committed by Commit bot
parent b21379515a
commit 22feaa3d15
15 changed files with 48 additions and 37 deletions

View File

@ -9,6 +9,8 @@
*/
#include <cstring>
#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/modules/video_coding/include/video_coding_defines.h"
#include "webrtc/modules/video_coding/nack_module.h"