Index: webkit/media/simple_data_source.h |
diff --git a/webkit/glue/media/simple_data_source.h b/webkit/media/simple_data_source.h |
similarity index 94% |
rename from webkit/glue/media/simple_data_source.h |
rename to webkit/media/simple_data_source.h |
index 77dc35cb565852fc93d97a8f691fe4209e334471..97789bc31dfdd63e09cc1a71492150a47188409d 100644 |
--- a/webkit/glue/media/simple_data_source.h |
+++ b/webkit/media/simple_data_source.h |
@@ -7,8 +7,8 @@ |
// Primarily used to test <audio> and <video> with buffering/caching removed |
// from the equation. |
-#ifndef WEBKIT_GLUE_MEDIA_SIMPLE_DATA_SOURCE_H_ |
-#define WEBKIT_GLUE_MEDIA_SIMPLE_DATA_SOURCE_H_ |
+#ifndef WEBKIT_MEDIA_SIMPLE_DATA_SOURCE_H_ |
+#define WEBKIT_MEDIA_SIMPLE_DATA_SOURCE_H_ |
#include <algorithm> |
#include <string> |
@@ -22,7 +22,7 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.h" |
-#include "webkit/glue/media/web_data_source.h" |
+#include "webkit/media/web_data_source.h" |
class MessageLoop; |
class WebMediaPlayerDelegateImpl; |
@@ -31,7 +31,7 @@ namespace media { |
class MediaLog; |
} |
-namespace webkit_glue { |
+namespace webkit_media { |
class SimpleDataSource |
: public WebDataSource, |
@@ -147,6 +147,6 @@ class SimpleDataSource |
DISALLOW_COPY_AND_ASSIGN(SimpleDataSource); |
}; |
-} // namespace webkit_glue |
+} // namespace webkit_media |
-#endif // WEBKIT_GLUE_MEDIA_SIMPLE_DATA_SOURCE_H_ |
+#endif // WEBKIT_MEDIA_SIMPLE_DATA_SOURCE_H_ |