Fix Chromium clang plugin warnings

NOTRY=true
BUG=webrtc:163

Review-Url: https://codereview.webrtc.org/2288153002
Cr-Commit-Position: refs/heads/master@{#13964}
This commit is contained in:
kwiberg
2016-08-29 14:46:07 -07:00
committed by Commit bot
parent 31dea98e9c
commit 83ffe453ec
9 changed files with 63 additions and 26 deletions

View File

@ -29,7 +29,7 @@ class EchoControlMobileImpl : public EchoControlMobile {
EchoControlMobileImpl(rtc::CriticalSection* crit_render,
rtc::CriticalSection* crit_capture);
virtual ~EchoControlMobileImpl();
~EchoControlMobileImpl() override;
int ProcessRenderAudio(const AudioBuffer* audio);
int ProcessCaptureAudio(AudioBuffer* audio, int stream_delay_ms);