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

Unified Diff: content/test/webrtc_audio_device_test.cc

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/test/webrtc_audio_device_test.cc
===================================================================
--- content/test/webrtc_audio_device_test.cc (revision 164646)
+++ content/test/webrtc_audio_device_test.cc (working copy)
@@ -134,8 +134,7 @@
// Create our own AudioManager and MediaStreamManager.
audio_manager_.reset(media::AudioManager::Create());
- media_stream_manager_.reset(
- new media_stream::MediaStreamManager(audio_manager_.get()));
+ media_stream_manager_.reset(new MediaStreamManager(audio_manager_.get()));
// Construct the resource context on the UI thread.
resource_context_.reset(new MockRTCResourceContext);

Powered by Google App Engine
This is Rietveld 408576698