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

Unified Diff: webkit/media/buffered_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/audio_decoder.cc ('k') | webkit/media/buffered_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/buffered_data_source.h
diff --git a/webkit/glue/media/buffered_data_source.h b/webkit/media/buffered_data_source.h
similarity index 96%
rename from webkit/glue/media/buffered_data_source.h
rename to webkit/media/buffered_data_source.h
index 7667e4ca02271939215f59a2381f76379714047a..71e3894792281c07a5a2a01f587303f732868585 100644
--- a/webkit/glue/media/buffered_data_source.h
+++ b/webkit/media/buffered_data_source.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_MEDIA_BUFFERED_DATA_SOURCE_H_
-#define WEBKIT_GLUE_MEDIA_BUFFERED_DATA_SOURCE_H_
+#ifndef WEBKIT_MEDIA_BUFFERED_DATA_SOURCE_H_
+#define WEBKIT_MEDIA_BUFFERED_DATA_SOURCE_H_
#include <string>
@@ -12,13 +12,13 @@
#include "base/synchronization/lock.h"
#include "media/base/filter_factories.h"
#include "media/base/filters.h"
-#include "webkit/glue/media/buffered_resource_loader.h"
+#include "webkit/media/buffered_resource_loader.h"
namespace media {
class MediaLog;
}
-namespace webkit_glue {
+namespace webkit_media {
// This class may be created on any thread, and is callable from the render
// thread as well as media-specific threads.
@@ -228,6 +228,6 @@ class BufferedDataSource : public WebDataSource {
DISALLOW_COPY_AND_ASSIGN(BufferedDataSource);
};
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_MEDIA_BUFFERED_DATA_SOURCE_H_
+#endif // WEBKIT_MEDIA_BUFFERED_DATA_SOURCE_H_
« no previous file with comments | « webkit/media/audio_decoder.cc ('k') | webkit/media/buffered_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698