| 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 9ac05b75d779ab7652718366969bdd68df1411c7..deb8741ee4d7f0488abaafa579a7683738f2626f 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
|
| @@ -292,8 +292,7 @@ class CaptureTestRenderViewHostFactory : public RenderViewHostFactory {
|
| RenderWidgetHostDelegate* widget_delegate,
|
| int routing_id,
|
| int main_frame_routing_id,
|
| - bool swapped_out,
|
| - SessionStorageNamespace* session_storage_namespace) OVERRIDE {
|
| + bool swapped_out) OVERRIDE {
|
| return new CaptureTestRenderViewHost(instance, delegate, widget_delegate,
|
| routing_id, main_frame_routing_id,
|
| swapped_out, controller_);
|
|
|