Index: media/mojo/services/media_mojo_unittest.cc |
diff --git a/media/mojo/services/media_mojo_unittest.cc b/media/mojo/services/media_mojo_unittest.cc |
index 12db5dd6884f939936eb5ae6e97ef1b73ca2a4e7..5220e8d80599843e178329d75e0993a8b691e30b 100644 |
--- a/media/mojo/services/media_mojo_unittest.cc |
+++ b/media/mojo/services/media_mojo_unittest.cc |
@@ -116,7 +116,7 @@ class MediaServiceTest : public shell::test::ServiceTest { |
.Times(Exactly(1)) |
.WillOnce(InvokeWithoutArgs(run_loop_.get(), &base::RunLoop::Quit)); |
renderer_->Initialize(renderer_client_binding_.CreateInterfacePtrAndBind(), |
- nullptr, std::move(video_stream_proxy), |
+ nullptr, std::move(video_stream_proxy), base::nullopt, |
base::Bind(&MediaServiceTest::OnRendererInitialized, |
base::Unretained(this))); |
} |