Index: content/public/renderer/pepper_plugin_instance.h |
diff --git a/content/public/renderer/pepper_plugin_instance.h b/content/public/renderer/pepper_plugin_instance.h |
index 50e3523d9fd848e08e4279859bbcff4c6164df64..511f31145fae441325e703cb170b197b52d5ca77 100644 |
--- a/content/public/renderer/pepper_plugin_instance.h |
+++ b/content/public/renderer/pepper_plugin_instance.h |
@@ -32,7 +32,7 @@ namespace IPC { |
struct ChannelHandle; |
} |
-namespace WebKit { |
+namespace blink { |
class WebPluginContainer; |
} |
@@ -51,7 +51,7 @@ class PepperPluginInstance { |
virtual content::RenderView* GetRenderView() = 0; |
- virtual WebKit::WebPluginContainer* GetContainer() = 0; |
+ virtual blink::WebPluginContainer* GetContainer() = 0; |
virtual v8::Isolate* GetIsolate() const = 0; |