| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 6666079e785f9bfde9ee87029337a1eaa5cf113a..4b6985d09ddc2112d019b1523ee477bebb7db4d3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -576,10 +576,10 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| channel_->AddFilter(new PepperMessageFilter(PepperMessageFilter::RENDERER,
|
| GetID(), browser_context));
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| - channel_->AddFilter(new speech::InputTagSpeechDispatcherHost(
|
| + channel_->AddFilter(new InputTagSpeechDispatcherHost(
|
| GetID(), storage_partition_impl_->GetURLRequestContext(),
|
| browser_context->GetSpeechRecognitionPreferences()));
|
| - channel_->AddFilter(new speech::SpeechRecognitionDispatcherHost(
|
| + channel_->AddFilter(new SpeechRecognitionDispatcherHost(
|
| GetID(), storage_partition_impl_->GetURLRequestContext(),
|
| browser_context->GetSpeechRecognitionPreferences()));
|
| #endif
|
|
|