summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_host.h')
-rw-r--r--chrome/browser/extensions/extension_host.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
index 4b9263d..17701f1 100644
--- a/chrome/browser/extensions/extension_host.h
+++ b/chrome/browser/extensions/extension_host.h
@@ -31,11 +31,11 @@ class Browser;
class Extension;
class PrefsTabHelper;
class RenderWidgetHostView;
-class SiteInstance;
struct WebPreferences;
namespace content {
class RenderProcessHost;
+class SiteInstance;
}
// This class is the browser component of an extension component's RenderView.
@@ -49,7 +49,8 @@ class ExtensionHost : public content::WebContentsDelegate,
public:
class ProcessCreationQueue;
- ExtensionHost(const Extension* extension, SiteInstance* site_instance,
+ ExtensionHost(const Extension* extension,
+ content::SiteInstance* site_instance,
const GURL& url, content::ViewType host_type);
virtual ~ExtensionHost();