Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: chrome/renderer/extensions/event_bindings.h

Issue 7774012: renderer/extensions: Forward declare a couple of v8 classes in EventBindings header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/extensions/event_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/event_bindings.h
diff --git a/chrome/renderer/extensions/event_bindings.h b/chrome/renderer/extensions/event_bindings.h
index e4857e3c2aa883c72ea171af3d776448776fbaae..75deefb4c12fc60d7d4353138e26e717ec582684 100644
--- a/chrome/renderer/extensions/event_bindings.h
+++ b/chrome/renderer/extensions/event_bindings.h
@@ -8,8 +8,6 @@
#include <string>
-#include "v8/include/v8.h"
-
class ExtensionDispatcher;
class GURL;
class RenderThreadBase;
@@ -19,6 +17,12 @@ namespace base {
class ListValue;
}
+namespace v8 {
+class Context;
+class Extension;
+template <class T> class Handle;
+}
+
namespace WebKit {
class WebFrame;
}
« no previous file with comments | « no previous file | chrome/renderer/extensions/event_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698