Index: content/public/renderer/browser_plugin_delegate.h |
diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h |
index d741e032558c5293b13f1a7206357c0e06655b03..01687cd8b1ffe0546ac92f7b680dd709014dc532 100644 |
--- a/content/public/renderer/browser_plugin_delegate.h |
+++ b/content/public/renderer/browser_plugin_delegate.h |
@@ -20,8 +20,6 @@ template<typename T> class Local; |
namespace content { |
-class RenderFrame; |
- |
// A delegate for BrowserPlugin which gets notified about the plugin load. |
// Implementations can provide additional steps necessary to change the load |
// behavior of the plugin. |