Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index b6ba9282dcd7707ce32e9a97b5c737551da6f8aa..c21f1e2221e2de7c4335fe1e7824753bfee4ef70 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -433,8 +433,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
// Dispatches all P2P sockets. |
scoped_refptr<P2PSocketDispatcher> p2p_socket_dispatcher_; |
- // Used on multiple threads. |
- scoped_refptr<VideoCaptureImplManager> vc_manager_; |
+ // Used on the render thread. |
+ scoped_ptr<VideoCaptureImplManager> vc_manager_; |
// The count of RenderWidgets running through this thread. |
int widget_count_; |