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

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

Issue 272043003: Renamed MediaStreamDependencyFactory to PeerConnectionDependencyFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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/content_tests.gypi ('k') | content/renderer/media/media_stream_audio_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_source.h
diff --git a/content/renderer/media/media_stream_audio_source.h b/content/renderer/media/media_stream_audio_source.h
index 08730d9219c3d20a1b86bab22d7f3fd1402d1e5e..29f1d4cfbaace7e1e85f59f7205509b2527e39ab 100644
--- a/content/renderer/media/media_stream_audio_source.h
+++ b/content/renderer/media/media_stream_audio_source.h
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "content/common/content_export.h"
-#include "content/renderer/media/media_stream_dependency_factory.h"
#include "content/renderer/media/media_stream_source.h"
+#include "content/renderer/media/webrtc/peer_connection_dependency_factory.h"
#include "content/renderer/media/webrtc_audio_capturer.h"
#include "third_party/libjingle/source/talk/app/webrtc/mediastreaminterface.h"
@@ -20,7 +20,7 @@ class CONTENT_EXPORT MediaStreamAudioSource
MediaStreamAudioSource(int render_view_id,
const StreamDeviceInfo& device_info,
const SourceStoppedCallback& stop_callback,
- MediaStreamDependencyFactory* factory);
+ PeerConnectionDependencyFactory* factory);
MediaStreamAudioSource();
virtual ~MediaStreamAudioSource();
@@ -56,7 +56,7 @@ class CONTENT_EXPORT MediaStreamAudioSource
scoped_refptr<WebRtcAudioCapturer> audio_capturer_;
- MediaStreamDependencyFactory* factory_;
+ PeerConnectionDependencyFactory* factory_;
DISALLOW_COPY_AND_ASSIGN(MediaStreamAudioSource);
};
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/media/media_stream_audio_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698