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

Unified Diff: webkit/media/web_data_source_factory.cc

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/web_data_source_factory.h ('k') | webkit/media/web_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/web_data_source_factory.cc
diff --git a/webkit/glue/media/web_data_source_factory.cc b/webkit/media/web_data_source_factory.cc
similarity index 96%
rename from webkit/glue/media/web_data_source_factory.cc
rename to webkit/media/web_data_source_factory.cc
index ba77bb4921e378ac7765ccb97a884d5a5ecfe959..4df0dcf8adc1bb559c54c8579e27a70d02c621da 100644
--- a/webkit/glue/media/web_data_source_factory.cc
+++ b/webkit/media/web_data_source_factory.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/media/web_data_source_factory.h"
+#include "webkit/media/web_data_source_factory.h"
#include "base/bind.h"
#include "base/logging.h"
#include "media/base/media_log.h"
-namespace webkit_glue {
+namespace webkit_media {
class WebDataSourceFactory::BuildRequest
: public media::AsyncDataSourceFactoryBase::BuildRequest {
@@ -107,4 +107,4 @@ void WebDataSourceFactory::BuildRequest::InitDone(
// RequestComplete().
}
-} // namespace webkit_glue
+} // namespace webkit_media
« no previous file with comments | « webkit/media/web_data_source_factory.h ('k') | webkit/media/web_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698