| Index: content/renderer/media/texttrack_impl.h
|
| diff --git a/webkit/renderer/media/texttrack_impl.h b/content/renderer/media/texttrack_impl.h
|
| similarity index 84%
|
| rename from webkit/renderer/media/texttrack_impl.h
|
| rename to content/renderer/media/texttrack_impl.h
|
| index 97ed9bb1c31439bcf4b68f6c569f870c3df7c339..09007c6b17af8a33526f30e2b27a837e216bf46c 100644
|
| --- a/webkit/renderer/media/texttrack_impl.h
|
| +++ b/content/renderer/media/texttrack_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_TEXTTRACK_IMPL_H_
|
| -#define WEBKIT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
|
| +#define CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
|
|
|
| #include <string>
|
|
|
| @@ -15,7 +15,7 @@ namespace WebKit {
|
| class WebMediaPlayerClient;
|
| }
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| class WebInbandTextTrackImpl;
|
|
|
| @@ -39,7 +39,7 @@ class TextTrackImpl : public media::TextTrack {
|
| DISALLOW_COPY_AND_ASSIGN(TextTrackImpl);
|
| };
|
|
|
| -} // namespace webkit_media
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
|
|
|
|
|