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

Unified Diff: content/renderer/media/media_stream_dependency_factory.h

Issue 11232014: Move a bunch of code in content\renderer to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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
« no previous file with comments | « content/renderer/media/audio_hardware.cc ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_dependency_factory.h
===================================================================
--- content/renderer/media/media_stream_dependency_factory.h (revision 163045)
+++ content/renderer/media/media_stream_dependency_factory.h (working copy)
@@ -22,6 +22,7 @@
namespace content {
class IpcNetworkManager;
class IpcPacketSocketFactory;
+class WebRtcAudioDeviceImpl;
}
namespace talk_base {
@@ -44,7 +45,6 @@
}
class VideoCaptureImplManager;
-class WebRtcAudioDeviceImpl;
// Object factory for RTC MediaStreams and RTC PeerConnections.
class CONTENT_EXPORT MediaStreamDependencyFactory
@@ -76,7 +76,7 @@
// stopped.
bool CreateNativeLocalMediaStream(
WebKit::WebMediaStreamDescriptor* description,
- const MediaStreamExtraData::StreamStopCallback& stream_stop);
+ const content::MediaStreamExtraData::StreamStopCallback& stream_stop);
// Asks the libjingle PeerConnection factory to create a libjingle
// PeerConnection object.
@@ -149,7 +149,7 @@
scoped_refptr<VideoCaptureImplManager> vc_manager_;
scoped_refptr<content::P2PSocketDispatcher> p2p_socket_dispatcher_;
- scoped_refptr<WebRtcAudioDeviceImpl> audio_device_;
+ scoped_refptr<content::WebRtcAudioDeviceImpl> audio_device_;
// PeerConnection threads. signaling_thread_ is created from the
// "current" chrome thread.
« no previous file with comments | « content/renderer/media/audio_hardware.cc ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698