diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 22:47:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 22:47:10 +0000 |
commit | a60551c712b36d6241c234cd81ae2a847f323ec5 (patch) | |
tree | ff5f9f239fd0dc3b58d2905bcabea14207cb737c /chrome/common/temp_scaffolding_stubs.h | |
parent | 2761ff93c55cc556f1ddc35bca023442bbc3ab00 (diff) | |
download | chromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.zip chromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.tar.gz chromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.tar.bz2 |
Cleanup some forward declared structs that are not being used.
Also do some lint removal while I'm at it.
Review URL: http://codereview.chromium.org/20107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index ca0fbf6..8b72a7e 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -75,6 +75,7 @@ class URLRequestContext; class UserScriptMaster; class VisitedLinkMaster; class WebContents; +struct WebPluginGeometry; class WebPreferences; namespace IPC { @@ -430,7 +431,6 @@ class IconManager { }; struct ViewHostMsg_DidPrintPage_Params; -struct ViewHostMsg_FrameNavigate_Params; class DebuggerWrapper : public base::RefCountedThreadSafe<DebuggerWrapper> { public: |