| 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 81%
|
| rename from webkit/renderer/media/texttrack_impl.h
|
| rename to content/renderer/media/texttrack_impl.h
|
| index da256ccb627ca9407f4d8d674512120dd66b4df9..be3d6ba50e5a0a1415c4c775f845ff0067e8c54d 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>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "media/base/text_track.h"
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| class WebInbandTextTrackImpl;
|
|
|
| @@ -31,7 +31,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_
|
|
|
|
|