| Index: content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc b/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
|
| index 4e340998ddec9d0bdd1b2870e6144a1c71042e1d..c6631d2cd5595493b79b09727cb1344d294d5058 100644
|
| --- a/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
|
| +++ b/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
|
| @@ -69,7 +69,7 @@ class AudioOutputAuthorizationHandlerTest : public testing::Test {
|
| &log_factory_));
|
| audio_system_ = media::AudioSystemImpl::Create(audio_manager_.get());
|
| media_stream_manager_ =
|
| - base::MakeUnique<MediaStreamManager>(audio_manager_.get());
|
| + base::MakeUnique<MediaStreamManager>(audio_system_.get());
|
| // Make sure everything is done initializing:
|
| SyncWithAllThreads();
|
| }
|
|
|