Index: content/browser/renderer_host/media/web_contents_video_capture_device.h |
=================================================================== |
--- content/browser/renderer_host/media/web_contents_video_capture_device.h (revision 164646) |
+++ content/browser/renderer_host/media/web_contents_video_capture_device.h (working copy) |
@@ -37,7 +37,7 @@ |
// Construct an instance with the following |test_source| injected for testing |
// purposes. |
static media::VideoCaptureDevice* CreateForTesting( |
- content::RenderWidgetHost* test_source); |
+ RenderWidgetHost* test_source); |
virtual ~WebContentsVideoCaptureDevice(); |
@@ -61,7 +61,7 @@ |
WebContentsVideoCaptureDevice( |
const Name& name, int render_process_id, int render_view_id); |
explicit WebContentsVideoCaptureDevice( |
- content::RenderWidgetHost* test_source); |
+ RenderWidgetHost* test_source); |
tfarina
2012/10/29 17:41:34
fits above now.
jam
2012/10/29 18:14:45
Done.
|
Name device_name_; |