Index: content/renderer/pepper/plugin_module.cc |
diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc |
index 1835e0c7cf59948cf69f52f149d37831f969949a..bdc6d150c7b88305436ae44bcf5acf6ae52acdcd 100644 |
--- a/content/renderer/pepper/plugin_module.cc |
+++ b/content/renderer/pepper/plugin_module.cc |
@@ -553,7 +553,7 @@ bool PluginModule::SupportsInterface(const char* name) { |
PepperPluginInstanceImpl* PluginModule::CreateInstance( |
RenderViewImpl* render_view, |
- WebKit::WebPluginContainer* container, |
+ blink::WebPluginContainer* container, |
const GURL& plugin_url) { |
PepperPluginInstanceImpl* instance = PepperPluginInstanceImpl::Create( |
render_view, this, container, plugin_url); |