| Index: content/public/renderer/media_stream_client.h
|
| diff --git a/webkit/renderer/media/media_stream_client.h b/content/public/renderer/media_stream_client.h
|
| similarity index 76%
|
| rename from webkit/renderer/media/media_stream_client.h
|
| rename to content/public/renderer/media_stream_client.h
|
| index 97a19d7ad705a8269f53a73000e7959c3d775db3..11a9ef95e3ca08596a13f95c34b3fcaca7985dbe 100644
|
| --- a/webkit/renderer/media/media_stream_client.h
|
| +++ b/content/public/renderer/media_stream_client.h
|
| @@ -2,16 +2,16 @@
|
| // 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_CLIENT_H_
|
| -#define WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
|
| +#ifndef CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_
|
| +#define CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/renderer/media/video_frame_provider.h"
|
| +#include "content/public/renderer/video_frame_provider.h"
|
|
|
| class GURL;
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| class MediaStreamAudioRenderer;
|
|
|
| @@ -34,6 +34,6 @@ class MediaStreamClient {
|
| virtual ~MediaStreamClient() {}
|
| };
|
|
|
| -} // namespace webkit_media
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
|
| +#endif // CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_
|
|
|