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

Unified Diff: content/public/renderer/media_stream_audio_renderer.h

Issue 18590002: Migrate MediaStream test code from content/shell/renderer/ to content/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/public/renderer/media_stream_audio_renderer.h
diff --git a/webkit/renderer/media/media_stream_audio_renderer.h b/content/public/renderer/media_stream_audio_renderer.h
similarity index 84%
rename from webkit/renderer/media/media_stream_audio_renderer.h
rename to content/public/renderer/media_stream_audio_renderer.h
index 42badcc01f63bcb1b1a018629ef7f4e7cac88fdf..5baf0fdbb0cb3e206e4cbfdaa39ec8fd65ba33cd 100644
--- a/webkit/renderer/media/media_stream_audio_renderer.h
+++ b/content/public/renderer/media_stream_audio_renderer.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_RENDERER_H_
-#define WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_RENDERER_H_
+#ifndef CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_AUDIO_RENDERER_H_
+#define CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_AUDIO_RENDERER_H_
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
-namespace webkit_media {
+namespace content {
class MediaStreamAudioRenderer
jam 2013/07/03 17:44:32 ditto, why is this public? i don't see this used a
: public base::RefCountedThreadSafe<MediaStreamAudioRenderer> {
@@ -47,6 +47,6 @@ class MediaStreamAudioRenderer
DISALLOW_COPY_AND_ASSIGN(MediaStreamAudioRenderer);
};
-} // namespace webkit_media
+} // namespace content
-#endif // WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_AUDIO_RENDERER_H_
+#endif // CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_AUDIO_RENDERER_H_

Powered by Google App Engine
This is Rietveld 408576698