| Index: media/audio/audio_input_controller.h
|
| diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
|
| index 86eb40855410f3d9e51d636f02b69f55b0804fe1..1200aa80ece3ab1d5e1d7e578db5e5c8c9814f9c 100644
|
| --- a/media/audio/audio_input_controller.h
|
| +++ b/media/audio/audio_input_controller.h
|
| @@ -151,7 +151,7 @@ class MEDIA_EXPORT AudioInputController
|
| // thread, and when that is done, the event handler will receive an
|
| // OnCreated() call from that same thread.
|
| static scoped_refptr<AudioInputController> CreateForStream(
|
| - AudioManager* audio_manager,
|
| + const scoped_refptr<base::MessageLoopProxy>& message_loop,
|
| EventHandler* event_handler,
|
| AudioInputStream* stream,
|
| // External synchronous writer for audio controller.
|
|
|