Index: content/browser/renderer_host/render_view_host_factory.h |
diff --git a/content/browser/renderer_host/render_view_host_factory.h b/content/browser/renderer_host/render_view_host_factory.h |
index a6f7dd5e6ce6b1257e79194f942c473167b1bbe1..51babd49079b574c705484e829c7d1fb7540563a 100644 |
--- a/content/browser/renderer_host/render_view_host_factory.h |
+++ b/content/browser/renderer_host/render_view_host_factory.h |
@@ -11,11 +11,9 @@ |
#include "content/common/content_export.h" |
namespace content { |
-class RenderFrameHostDelegate; |
class RenderViewHost; |
class RenderViewHostDelegate; |
class RenderWidgetHostDelegate; |
-class SessionStorageNamespace; |
class SiteInstance; |
// A factory for creating RenderViewHosts. There is a global factory function |