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

Unified Diff: content/public/renderer/media_stream_client.h

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delegates Created 7 years, 6 months 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
Index: content/public/renderer/media_stream_client.h
diff --git a/webkit/renderer/media/media_stream_client.h b/content/public/renderer/media_stream_client.h
similarity index 76%
rename from webkit/renderer/media/media_stream_client.h
rename to content/public/renderer/media_stream_client.h
index 97a19d7ad705a8269f53a73000e7959c3d775db3..11a9ef95e3ca08596a13f95c34b3fcaca7985dbe 100644
--- a/webkit/renderer/media/media_stream_client.h
+++ b/content/public/renderer/media_stream_client.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
-#define WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
+#ifndef CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_
+#define CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_
#include "base/callback.h"
#include "base/memory/ref_counted.h"
-#include "webkit/renderer/media/video_frame_provider.h"
+#include "content/public/renderer/video_frame_provider.h"
class GURL;
-namespace webkit_media {
+namespace content {
class MediaStreamAudioRenderer;
@@ -34,6 +34,6 @@ class MediaStreamClient {
virtual ~MediaStreamClient() {}
};
-} // namespace webkit_media
+} // namespace content
-#endif // WEBKIT_RENDERER_MEDIA_MEDIA_STREAM_CLIENT_H_
+#endif // CONTENT_RENDERER_PUBLIC_MEDIA_STREAM_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698