Index: content/renderer/browser_plugin/mock_browser_plugin.cc |
diff --git a/content/renderer/browser_plugin/mock_browser_plugin.cc b/content/renderer/browser_plugin/mock_browser_plugin.cc |
index 39b2d2dc047484d501dc8282cd37821df5c42885..f39b13a138a10f6e24460b356aa1900a34898491 100644 |
--- a/content/renderer/browser_plugin/mock_browser_plugin.cc |
+++ b/content/renderer/browser_plugin/mock_browser_plugin.cc |
@@ -8,8 +8,8 @@ |
namespace content { |
MockBrowserPlugin::MockBrowserPlugin(RenderViewImpl* render_view, |
- WebKit::WebFrame* frame, |
- const WebKit::WebPluginParams& params) |
+ blink::WebFrame* frame, |
+ const blink::WebPluginParams& params) |
: BrowserPlugin(render_view, frame, params) { |
} |