Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1707)

Unified Diff: content/browser/renderer_host/media/web_contents_video_capture_device.h

Issue 11339014: Move content\browser\renderer_host\media to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698