Index: content/renderer/pepper/plugin_module.h |
diff --git a/content/renderer/pepper/plugin_module.h b/content/renderer/pepper/plugin_module.h |
index daadf3cdec91d3f233e8b9f68c7f0b5a6c26ccf6..a782e3f9c195d140b8d92ccfaf2ee062968153af 100644 |
--- a/content/renderer/pepper/plugin_module.h |
+++ b/content/renderer/pepper/plugin_module.h |
@@ -41,9 +41,9 @@ namespace IPC { |
struct ChannelHandle; |
} |
-namespace WebKit { |
+namespace blink { |
class WebPluginContainer; |
-} // namespace WebKit |
+} // namespace blink |
namespace content { |
class HostDispatcherWrapper; |
@@ -140,7 +140,7 @@ class CONTENT_EXPORT PluginModule : |
PepperPluginInstanceImpl* CreateInstance( |
RenderViewImpl* render_view, |
- WebKit::WebPluginContainer* container, |
+ blink::WebPluginContainer* container, |
const GURL& plugin_url); |
// Returns "some" plugin instance associated with this module. This is not |