| Index: content/browser/media/capture/image_capture_impl.cc
|
| diff --git a/content/browser/media/capture/image_capture_impl.cc b/content/browser/media/capture/image_capture_impl.cc
|
| index b0c0db22af678ed4160edd9a6d2842ab1816041e..66dfafc072d40c74756a1dc5c8656bd4d1b1e47d 100644
|
| --- a/content/browser/media/capture/image_capture_impl.cc
|
| +++ b/content/browser/media/capture/image_capture_impl.cc
|
| @@ -105,7 +105,7 @@ void ImageCaptureImpl::TakePhoto(const mojo::String& source_id,
|
| BrowserThread::PostTask(
|
| BrowserThread::IO, FROM_HERE,
|
| base::Bind(&TakePhotoOnIOThread, source_id,
|
| - BrowserMainLoop::GetInstance()->media_stream_manager(),
|
| + BrowserMainLoop::GetInstance()->GetMediaStreamManager(),
|
| base::Passed(&scoped_callback)));
|
| }
|
|
|
|
|