Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/codecs/

BUG=webrtc:5520

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

Cr-Commit-Position: refs/heads/master@{#11613}
This commit is contained in:
kwiberg
2016-02-14 01:10:03 -08:00
committed by Commit bot
parent 3f5f5aa449
commit 91d9756bc6
16 changed files with 41 additions and 35 deletions

View File

@ -12,7 +12,6 @@
#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_LOCKED_BANDWIDTH_INFO_H_
#include "webrtc/base/criticalsection.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/thread_annotations.h"
#include "webrtc/modules/audio_coding/codecs/isac/bandwidth_info.h"