summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_v8_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/chrome_v8_extension.h')
-rw-r--r--chrome/renderer/extensions/chrome_v8_extension.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/renderer/extensions/chrome_v8_extension.h b/chrome/renderer/extensions/chrome_v8_extension.h
index d635a63..54665e4 100644
--- a/chrome/renderer/extensions/chrome_v8_extension.h
+++ b/chrome/renderer/extensions/chrome_v8_extension.h
@@ -13,12 +13,15 @@
class Extension;
class ExtensionDispatcher;
-class RenderView;
namespace WebKit {
class WebFrame;
}
+namespace content {
+class RenderView;
+}
+
// This is a base class for chrome extension bindings. Common features that
// are shared by different modules go here.
//
@@ -58,7 +61,7 @@ class ChromeV8Extension : public v8::Extension {
}
// Gets the render view for the current v8 context.
- static RenderView* GetCurrentRenderView();
+ static content::RenderView* GetCurrentRenderView();
// Note: do not call this function before or during the chromeHidden.onLoad
// event dispatch. The URL might not have been committed yet and might not