| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| similarity index 98%
|
| rename from webkit/glue/webmediaplayer_impl.h
|
| rename to webkit/media/webmediaplayer_impl.h
|
| index 3acaa6f1d8b4e2369a851e528b03c936863f4655..c611f221464100ed064fbfa16af5a4d02de4a68a 100644
|
| --- a/webkit/glue/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -45,8 +45,8 @@
|
| // at destruction of this class we will need to unhook it from destruction event
|
| // list of the main thread.
|
|
|
| -#ifndef WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
|
| -#define WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
|
| +#ifndef WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
|
| +#define WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -69,7 +69,7 @@ namespace media {
|
| class MediaLog;
|
| }
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit_media {
|
|
|
| class MediaResourceLoaderBridgeFactory;
|
| class MediaStreamClient;
|
| @@ -272,6 +272,6 @@ class WebMediaPlayerImpl
|
| DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
|
| };
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace webkit_media
|
|
|
| -#endif // WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_
|
| +#endif // WEBKIT_MEDIA_WEBMEDIAPLAYER_IMPL_H_
|
|
|