| Index: content/renderer/media/video_capture_impl.cc
|
| diff --git a/content/renderer/media/video_capture_impl.cc b/content/renderer/media/video_capture_impl.cc
|
| index aaacbf0695f01a8afac11d23064ad5a6d5705e65..db341d33bd32ed176b5d6341079695753e1cfd00 100644
|
| --- a/content/renderer/media/video_capture_impl.cc
|
| +++ b/content/renderer/media/video_capture_impl.cc
|
| @@ -76,7 +76,7 @@ VideoCaptureImpl::VideoCaptureImpl(media::VideoCaptureSessionId session_id)
|
| if (ChildThread::Get()) { // This will be null in unit tests.
|
| mojom::VideoCaptureHostPtr temp_video_capture_host;
|
| ChildThread::Get()->GetRemoteInterfaces()->GetInterface(
|
| - mojo::GetProxy(&temp_video_capture_host));
|
| + mojo::MakeRequest(&temp_video_capture_host));
|
| video_capture_host_info_ = temp_video_capture_host.PassInterface();
|
| }
|
| }
|
|
|