summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/mozilla_extensions.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 23:24:06 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 23:24:06 +0000
commitf499e170777ed789fbe58f6697e3b5a46fa8deda (patch)
tree439601b6410c9cb2367644714ced54f1a742f911 /webkit/glue/plugins/mozilla_extensions.cc
parent9a0737126e932380b53a2c1dda5364f67871f1f7 (diff)
downloadchromium_src-f499e170777ed789fbe58f6697e3b5a46fa8deda.zip
chromium_src-f499e170777ed789fbe58f6697e3b5a46fa8deda.tar.gz
chromium_src-f499e170777ed789fbe58f6697e3b5a46fa8deda.tar.bz2
Minor cleanup in webkit/glue:
- created dom_operations_private.h for things that mention WebCore types that are only needed within webkit/glue. - moved contents of webkit_glue.h to the right locations. - moved FilePath::StringType <-> WebString conversion out of glue_util into webkit_glue since it is part of the public API. - minimized includes in webkit_glue.h R=dglazkov Review URL: http://codereview.chromium.org/27351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/mozilla_extensions.cc')
-rw-r--r--webkit/glue/plugins/mozilla_extensions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/plugins/mozilla_extensions.cc b/webkit/glue/plugins/mozilla_extensions.cc
index f3e3195..b3fb987 100644
--- a/webkit/glue/plugins/mozilla_extensions.cc
+++ b/webkit/glue/plugins/mozilla_extensions.cc
@@ -12,6 +12,7 @@
#include "net/base/net_errors.h"
#include "third_party/npapi/bindings/npapi.h"
#include "webkit/glue/webkit_glue.h"
+#include "webkit/glue/webplugin.h"
#include "webkit/glue/plugins/plugin_instance.h"
#define QI_SUPPORTS_IID(iid, iface) \