| Index: components/plugins/renderer/mobile_youtube_plugin.h
|
| diff --git a/components/plugins/renderer/mobile_youtube_plugin.h b/components/plugins/renderer/mobile_youtube_plugin.h
|
| index 9a88ce0a0714369beece693d0170491c2c38e832..80a4f99ca9b8d896a8c01f994fe22b8466eee665 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.h
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.h
|
| @@ -17,8 +17,8 @@ namespace plugins {
|
| class MobileYouTubePlugin : public PluginPlaceholder {
|
| public:
|
| MobileYouTubePlugin(content::RenderView* render_view,
|
| - WebKit::WebFrame* frame,
|
| - const WebKit::WebPluginParams& params,
|
| + blink::WebFrame* frame,
|
| + const blink::WebPluginParams& params,
|
| base::StringPiece& template_html,
|
| GURL placeholderDataUrl);
|
|
|
| @@ -31,7 +31,7 @@ class MobileYouTubePlugin : public PluginPlaceholder {
|
| webkit_glue::CppVariant* result);
|
|
|
| // WebViewPlugin::Delegate (via PluginPlaceholder) method
|
| - virtual void BindWebFrame(WebKit::WebFrame* frame) OVERRIDE;
|
| + virtual void BindWebFrame(blink::WebFrame* frame) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MobileYouTubePlugin);
|
| };
|
|
|