diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 00:43:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 00:43:30 +0000 |
commit | 83f93d3b7bf81c823c38a4d628b8486f354462cc (patch) | |
tree | 4efe00cb0a38503915aeaa6b396ec2c894e7cfad /content/common/npobject_util.h | |
parent | 67d3135ca4b8aacbcd5a2fdaa560920b0089c8ac (diff) | |
download | chromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.zip chromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.tar.gz chromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.tar.bz2 |
Cleanup: Remove more unneeded forward declares in content.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8511044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/npobject_util.h')
-rw-r--r-- | content/common/npobject_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/npobject_util.h b/content/common/npobject_util.h index bc99397..aab6b62 100644 --- a/content/common/npobject_util.h +++ b/content/common/npobject_util.h @@ -17,7 +17,6 @@ #include "content/common/npobject_stub.h" class GURL; -class NPObjectProxy; class NPChannelBase; struct _NPVariant; |