Index: content/browser/site_instance.h |
=================================================================== |
--- content/browser/site_instance.h (revision 110303) |
+++ content/browser/site_instance.h (working copy) |
@@ -6,7 +6,7 @@ |
#define CONTENT_BROWSER_RENDERER_HOST_SITE_INSTANCE_H_ |
#pragma once |
-#include "content/browser/renderer_host/render_process_host.h" |
+#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -18,6 +18,8 @@ |
class BrowserContext; |
} |
+class RenderProcessHostFactory; |
+ |
/////////////////////////////////////////////////////////////////////////////// |
// |
// SiteInstance class |