Index: extensions/browser/extension_host.h |
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h |
index 3e30c9abcf81ef75c414f4460e3594c5ff19df80..e40c3849a0924b0e3b82b31ea994d9b5aec654b7 100644 |
--- a/extensions/browser/extension_host.h |
+++ b/extensions/browser/extension_host.h |
@@ -23,12 +23,9 @@ |
#include "extensions/common/stack_frame.h" |
#include "extensions/common/view_type.h" |
-class PrefsTabHelper; |
- |
namespace content { |
class BrowserContext; |
class RenderProcessHost; |
-class RenderWidgetHostView; |
class SiteInstance; |
} |
@@ -37,7 +34,6 @@ class Extension; |
class ExtensionHostDelegate; |
class ExtensionHostObserver; |
class ExtensionHostQueue; |
-class WindowController; |
// This class is the browser component of an extension component's RenderView. |
// It handles setting up the renderer process, if needed, with special |