Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: webkit/media/simple_data_source.h

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/media/media_stream_client.h ('k') | webkit/media/simple_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/media/media_stream_client.h ('k') | webkit/media/simple_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698