| Index: webrtc/modules/audio_processing/echo_control_mobile_impl.h
|
| diff --git a/webrtc/modules/audio_processing/echo_control_mobile_impl.h b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
|
| index f399f480b2b9457bb70e0560766b510681facc49..8bb9e1001bb57ed1c4503f3447474391013d25a8 100644
|
| --- a/webrtc/modules/audio_processing/echo_control_mobile_impl.h
|
| +++ b/webrtc/modules/audio_processing/echo_control_mobile_impl.h
|
| @@ -50,7 +50,7 @@ class EchoControlMobileImpl : public EchoControlMobile,
|
| int InitializeHandle(void* handle) const override;
|
| int ConfigureHandle(void* handle) const override;
|
| void DestroyHandle(void* handle) const override;
|
| - int num_handles_required() const override;
|
| + size_t num_handles_required() const override;
|
| int GetHandleError(void* handle) const override;
|
|
|
| const AudioProcessing* apm_;
|
|
|