Index: webkit/media/webmediaplayer_delegate.h |
diff --git a/webkit/glue/webmediaplayer_delegate.h b/webkit/media/webmediaplayer_delegate.h |
similarity index 79% |
rename from webkit/glue/webmediaplayer_delegate.h |
rename to webkit/media/webmediaplayer_delegate.h |
index bec39b05b2469a770de774297f8ac27fb20d1079..7fa3409fd118fa02af8f84fc350381c82d5514b2 100644 |
--- a/webkit/glue/webmediaplayer_delegate.h |
+++ b/webkit/media/webmediaplayer_delegate.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_GLUE_WEBMEDIAPLAYER_DELEGATE_H_ |
-#define WEBKIT_GLUE_WEBMEDIAPLAYER_DELEGATE_H_ |
+#ifndef WEBKIT_MEDIA_WEBMEDIAPLAYER_DELEGATE_H_ |
+#define WEBKIT_MEDIA_WEBMEDIAPLAYER_DELEGATE_H_ |
-namespace webkit_glue { |
+namespace webkit_media { |
class WebMediaPlayerImpl; |
@@ -26,6 +26,6 @@ class WebMediaPlayerDelegate { |
virtual void PlayerGone(WebMediaPlayerImpl* player) {} |
}; |
-} // namespace webkit_glue |
+} // namespace webkit_media |
-#endif // WEBKIT_GLUE_WEBMEDIAPLAYER_DELEGATE_H_ |
+#endif // WEBKIT_MEDIA_WEBMEDIAPLAYER_DELEGATE_H_ |