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

Unified Diff: components/plugins/renderer/mobile_youtube_plugin.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: 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);
};
« no previous file with comments | « components/autofill/core/common/autofill_messages.h ('k') | components/plugins/renderer/mobile_youtube_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698