| 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 91%
|
| rename from webkit/renderer/media/webmediaplayer_params.h
|
| rename to content/renderer/media/webmediaplayer_params.h
|
| index 02d23e89fc69384d21fcae956f4f454e4336d575..135c60f6a22e14a856bfdb451f57ca5ea30f37ca 100644
|
| --- a/webkit/renderer/media/webmediaplayer_params.h
|
| +++ b/content/renderer/media/webmediaplayer_params.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_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 "media/filters/gpu_video_decoder.h"
|
| @@ -17,7 +17,7 @@ class AudioRendererSink;
|
| class MediaLog;
|
| }
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| // Holds parameters for constructing WebMediaPlayerImpl without having
|
| // to plumb arguments through various abstraction layers.
|
| @@ -66,4 +66,4 @@ class WebMediaPlayerParams {
|
|
|
| } // namespace media
|
|
|
| -#endif // WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
|
|
|