Index: content/renderer/media/webmediaplayer_params.h |
diff --git a/webkit/renderer/media/webmediaplayer_params.h b/content/renderer/media/webmediaplayer_params.h |
similarity index 85% |
rename from webkit/renderer/media/webmediaplayer_params.h |
rename to content/renderer/media/webmediaplayer_params.h |
index 62a5ce187c7e1b4d444ab8f09bca01541ffa2e1d..e3e3cb3aec8bea7c390997629f6b2dbb1080553b 100644 |
--- a/webkit/renderer/media/webmediaplayer_params.h |
+++ b/content/renderer/media/webmediaplayer_params.h |
@@ -2,10 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |
-#define WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |
+#ifndef CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |
+#define CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |
#include "base/memory/ref_counted.h" |
+#include "content/common/content_export.h" |
#include "media/filters/gpu_video_decoder.h" |
namespace base { |
@@ -17,11 +18,11 @@ class AudioRendererSink; |
class MediaLog; |
} |
-namespace webkit_media { |
+namespace content { |
// Holds parameters for constructing WebMediaPlayerImpl without having |
// to plumb arguments through various abstraction layers. |
-class WebMediaPlayerParams { |
+class CONTENT_EXPORT WebMediaPlayerParams { |
public: |
// |message_loop_proxy| and |media_log| are the only required parameters; |
// all others may be null. |
@@ -60,4 +61,4 @@ class WebMediaPlayerParams { |
} // namespace media |
-#endif // WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |
+#endif // CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_ |