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

Unified Diff: content/renderer/media/media_stream_impl.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 | « chrome/chrome_renderer.gypi ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_impl.h
diff --git a/content/renderer/media/media_stream_impl.h b/content/renderer/media/media_stream_impl.h
index b338a31a6cdb99914a8de2804d3b9a5450647789..99122c4de81e199f0fc2a61f5f502422084e8331 100644
--- a/content/renderer/media/media_stream_impl.h
+++ b/content/renderer/media/media_stream_impl.h
@@ -7,20 +7,20 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
-#include "webkit/glue/media/media_stream_client.h"
+#include "webkit/media/media_stream_client.h"
class VideoCaptureImplManager;
// A implementation of StreamClient to provide supporting functions, such as
// GetVideoDecoder.
class MediaStreamImpl
- : public webkit_glue::MediaStreamClient,
+ : public webkit_media::MediaStreamClient,
public base::RefCountedThreadSafe<MediaStreamImpl> {
public:
explicit MediaStreamImpl(VideoCaptureImplManager* vc_manager);
virtual ~MediaStreamImpl();
- // Implement webkit_glue::StreamClient.
+ // Implement webkit_media::StreamClient.
virtual scoped_refptr<media::VideoDecoder> GetVideoDecoder(
const GURL& url, media::MessageLoopFactory* message_loop_factory);
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698