summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/blocked_plugin.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 19:21:19 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 19:21:19 +0000
commit4620422475cfe86677333a36ad296c74df9b6637 (patch)
tree7fdf86a7db5d5a1240f36cb19a9e94a9ca414aad /chrome/renderer/blocked_plugin.h
parentb29cfed9313a168710eba15bdaf0c0f094bee80f (diff)
downloadchromium_src-4620422475cfe86677333a36ad296c74df9b6637.zip
chromium_src-4620422475cfe86677333a36ad296c74df9b6637.tar.gz
chromium_src-4620422475cfe86677333a36ad296c74df9b6637.tar.bz2
Cleanup: Remove unneeded forward declarations in chrome/renderer.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/blocked_plugin.h')
-rw-r--r--chrome/renderer/blocked_plugin.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/renderer/blocked_plugin.h b/chrome/renderer/blocked_plugin.h
index c0d3581..16c88de 100644
--- a/chrome/renderer/blocked_plugin.h
+++ b/chrome/renderer/blocked_plugin.h
@@ -12,18 +12,6 @@
#include "webkit/plugins/npapi/webview_plugin.h"
#include "webkit/plugins/webplugininfo.h"
-class GURL;
-
-namespace webkit {
-namespace npapi {
-class PluginGroup;
-}
-}
-
-namespace webkit_glue {
-struct CustomContextMenuContext;
-}
-
class BlockedPlugin : public content::RenderViewObserver,
public CppBoundClass,
public webkit::npapi::WebViewPlugin::Delegate {