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