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

Unified Diff: webkit/media/media_stream_client.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/buffered_resource_loader_unittest.cc ('k') | webkit/media/simple_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/media_stream_client.h
diff --git a/webkit/glue/media/media_stream_client.h b/webkit/media/media_stream_client.h
similarity index 75%
rename from webkit/glue/media/media_stream_client.h
rename to webkit/media/media_stream_client.h
index 2f51d9180b05a323b1291cac242591a5adb0bf4b..ab1e7670f7b723ff1c225c9d1b46bc1878ce80cb 100644
--- a/webkit/glue/media/media_stream_client.h
+++ b/webkit/media/media_stream_client.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_MEDIA_STREAM_CLIENT_H_
-#define WEBKIT_GLUE_MEDIA_MEDIA_STREAM_CLIENT_H_
+#ifndef WEBKIT_MEDIA_MEDIA_STREAM_CLIENT_H_
+#define WEBKIT_MEDIA_MEDIA_STREAM_CLIENT_H_
#include "base/memory/ref_counted.h"
@@ -14,7 +14,7 @@ class VideoDecoder;
class MessageLoopFactory;
}
-namespace webkit_glue {
+namespace webkit_media {
// Define an interface for media stream client to get some information about
// the media stream.
@@ -28,6 +28,6 @@ class MediaStreamClient {
virtual ~MediaStreamClient() {}
};
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_MEDIA_MEDIA_STREAM_CLIENT_H_
+#endif // WEBKIT_MEDIA_MEDIA_STREAM_CLIENT_H_
« no previous file with comments | « webkit/media/buffered_resource_loader_unittest.cc ('k') | webkit/media/simple_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698