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

Unified Diff: content/renderer/media/webmediasourceclient_impl.h

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/renderer/media/webmediasourceclient_impl.h
diff --git a/webkit/renderer/media/webmediasourceclient_impl.h b/content/renderer/media/webmediasourceclient_impl.h
similarity index 82%
rename from webkit/renderer/media/webmediasourceclient_impl.h
rename to content/renderer/media/webmediasourceclient_impl.h
index 07dd6984317e997ef9b1602b67520feb8c2b7206..4607dd39c4bd6b658b1ffc4218d59f264b06157c 100644
--- a/webkit/renderer/media/webmediasourceclient_impl.h
+++ b/content/renderer/media/webmediasourceclient_impl.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_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
-#define WEBKIT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
+#ifndef CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
+#define CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
#include <string>
#include <vector>
@@ -15,7 +15,7 @@ namespace media {
class ChunkDemuxer;
}
-namespace webkit_media {
+namespace content {
class WebMediaSourceClientImpl : public WebKit::WebMediaSourceClient {
public:
@@ -38,6 +38,6 @@ class WebMediaSourceClientImpl : public WebKit::WebMediaSourceClient {
DISALLOW_COPY_AND_ASSIGN(WebMediaSourceClientImpl);
};
-} // namespace webkit_media
+} // namespace content
-#endif // WEBKIT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_
+#endif // CONTENT_RENDERER_MEDIA_WEBMEDIASOURCECLIENT_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698