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

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

Issue 18261007: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win64 AGAIN Created 7 years, 5 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/media_stream_audio_renderer.h ('k') | content/renderer/media/media_stream_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_renderer.cc
diff --git a/webkit/renderer/media/media_stream_audio_renderer.cc b/content/renderer/media/media_stream_audio_renderer.cc
similarity index 70%
rename from webkit/renderer/media/media_stream_audio_renderer.cc
rename to content/renderer/media/media_stream_audio_renderer.cc
index 1ffc982eb9f6a343d615c18e875b7d52ab51bde8..0d9f1ddc470a7a79625bdada0ce5bb22240a6c0b 100644
--- a/webkit/renderer/media/media_stream_audio_renderer.cc
+++ b/content/renderer/media/media_stream_audio_renderer.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/renderer/media/media_stream_audio_renderer.h"
+#include "content/renderer/media/media_stream_audio_renderer.h"
-namespace webkit_media {
+namespace content {
MediaStreamAudioRenderer::MediaStreamAudioRenderer() {}
MediaStreamAudioRenderer::~MediaStreamAudioRenderer() {}
-} // namespace webkit_media
+} // namespace content
« no previous file with comments | « content/renderer/media/media_stream_audio_renderer.h ('k') | content/renderer/media/media_stream_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698