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

Unified Diff: content/renderer/media/media_stream_impl_unittest.cc

Issue 10537121: Adds AudioDevice factory for all audio clients in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved factory to content/renderer/media Created 8 years, 6 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/renderer/media/media_stream_impl_unittest.cc
diff --git a/content/renderer/media/media_stream_impl_unittest.cc b/content/renderer/media/media_stream_impl_unittest.cc
index 6a2a2e8666c10121e49c75c6d35f00108212dbed..8ccc669d02128d62c34e4ffc37cffc5ebee620f3 100644
--- a/content/renderer/media/media_stream_impl_unittest.cc
+++ b/content/renderer/media/media_stream_impl_unittest.cc
@@ -28,7 +28,7 @@ class MediaStreamImplUnderTest : public MediaStreamImpl {
VideoCaptureImplManager* vc_manager,
MediaStreamDependencyFactory* dependency_factory)
: MediaStreamImpl(NULL, media_stream_dispatcher, p2p_socket_dispatcher,
- vc_manager, dependency_factory) {
+ vc_manager, dependency_factory, NULL) {
}
virtual void CompleteGetUserMediaRequest(

Powered by Google App Engine
This is Rietveld 408576698