| Index: content/renderer/media/media_stream_audio_processor.cc
 | 
| diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
 | 
| index ac41187c832214d49f44e0a759d87c07361b6d8e..4efc507918899301f71492d031c52b8b4ee992f1 100644
 | 
| --- a/content/renderer/media/media_stream_audio_processor.cc
 | 
| +++ b/content/renderer/media/media_stream_audio_processor.cc
 | 
| @@ -19,7 +19,6 @@
 | 
|  #include "media/base/audio_fifo.h"
 | 
|  #include "media/base/channel_layout.h"
 | 
|  #include "third_party/WebKit/public/platform/WebMediaConstraints.h"
 | 
| -#include "third_party/libjingle/overrides/init_webrtc.h"
 | 
|  #include "third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface.h"
 | 
|  #include "third_party/webrtc/modules/audio_processing/typing_detection.h"
 | 
|  
 | 
| @@ -424,7 +423,7 @@
 | 
|  #endif
 | 
|  
 | 
|    // Create and configure the webrtc::AudioProcessing.
 | 
| -  audio_processing_.reset(CreateWebRtcAudioProcessing(config));
 | 
| +  audio_processing_.reset(webrtc::AudioProcessing::Create(config));
 | 
|  
 | 
|    // Enable the audio processing components.
 | 
|    if (echo_cancellation) {
 | 
| 
 |