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

Unified Diff: webkit/media/web_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/video_renderer_impl.cc ('k') | webkit/media/web_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/web_data_source.h
diff --git a/webkit/glue/media/web_data_source.h b/webkit/media/web_data_source.h
similarity index 91%
rename from webkit/glue/media/web_data_source.h
rename to webkit/media/web_data_source.h
index c972a666f39b27ac892928905b8ed1cdd99224c8..5cb27c4e0f37401d57e80898193c05af464ac6af 100644
--- a/webkit/glue/media/web_data_source.h
+++ b/webkit/media/web_data_source.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
-#define WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
+#ifndef WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
+#define WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
#include "base/callback.h"
#include "media/base/filters.h"
#include "media/base/pipeline_status.h"
-namespace webkit_glue {
+namespace webkit_media {
// An interface that allows WebMediaPlayerImpl::Proxy to communicate with the
// DataSource in the pipeline.
@@ -54,6 +54,6 @@ class WebDataSource : public media::DataSource {
// a WebDataSource list or call Abort().
typedef base::Callback<void(WebDataSource*)> WebDataSourceBuildObserverHack;
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_
+#endif // WEBKIT_MEDIA_WEB_DATA_SOURCE_H_
« no previous file with comments | « webkit/media/video_renderer_impl.cc ('k') | webkit/media/web_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698