| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 6eb0ca710aa097d47dc24efa8883124c0f4b5e38..e12d29d529596fe103cd99b25832a27db96f2475 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1534,8 +1534,8 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
| {
|
| TRACE_EVENT0("startup",
|
| "BrowserMainLoop::BrowserThreadsStarted:InitSpeechRecognition");
|
| - speech_recognition_manager_.reset(new SpeechRecognitionManagerImpl(
|
| - audio_manager_.get(), media_stream_manager_.get()));
|
| + speech_recognition_manager_.reset(
|
| + new SpeechRecognitionManagerImpl(media_stream_manager_.get()));
|
| }
|
|
|
| {
|
|
|