| Index: content/renderer/media/webmediasourceclient_impl.h
|
| diff --git a/webkit/renderer/media/webmediasourceclient_impl.h b/content/renderer/media/webmediasourceclient_impl.h
|
| similarity index 82%
|
| rename from webkit/renderer/media/webmediasourceclient_impl.h
|
| rename to content/renderer/media/webmediasourceclient_impl.h
|
| index 07dd6984317e997ef9b1602b67520feb8c2b7206..4607dd39c4bd6b658b1ffc4218d59f264b06157c 100644
|
| --- a/webkit/renderer/media/webmediasourceclient_impl.h
|
| +++ b/content/renderer/media/webmediasourceclient_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
| -#define WEBKIT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
| +#define CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -15,7 +15,7 @@ namespace media {
|
| class ChunkDemuxer;
|
| }
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| class WebMediaSourceClientImpl : public WebKit::WebMediaSourceClient {
|
| public:
|
| @@ -38,6 +38,6 @@ class WebMediaSourceClientImpl : public WebKit::WebMediaSourceClient {
|
| DISALLOW_COPY_AND_ASSIGN(WebMediaSourceClientImpl);
|
| };
|
|
|
| -} // namespace webkit_media
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
|
|
|