| Index: content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| index 7d027b0a1bb93531374983aeb09dda20c4ce641c..4ab01ffb93cc3fadd6b7bd6da2d56eeeac22d4a4 100644
|
| --- a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| +++ b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| @@ -439,7 +439,7 @@ class WebContentsVideoCaptureDeviceTest : public testing::Test {
|
| scoped_refptr<SiteInstance> site_instance =
|
| SiteInstance::Create(browser_context_.get());
|
| static_cast<SiteInstanceImpl*>(site_instance.get())->
|
| - set_render_process_host_factory(render_process_host_factory_.get());
|
| + SetRenderProcessHostFactory(render_process_host_factory_.get());
|
| web_contents_.reset(
|
| TestWebContents::Create(browser_context_.get(), site_instance));
|
|
|
| @@ -961,4 +961,3 @@ TEST(SmoothEventSamplerTest, FallbackToPollingIfUpdatesUnreliable) {
|
| }
|
|
|
| } // namespace content
|
| -
|
|
|