Chromium Code Reviews| 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_ |