diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 00:04:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 00:04:33 +0000 |
commit | 1ce8f543ecdc029983ccd141b06f70c5bdb65fc0 (patch) | |
tree | c5e946fe6b798d24ba1836ca61c25bfa6ea93674 /chrome/browser/tab_contents | |
parent | 60be60e52866dd85b7df2904aab6b16ec95888e9 (diff) | |
download | chromium_src-1ce8f543ecdc029983ccd141b06f70c5bdb65fc0.zip chromium_src-1ce8f543ecdc029983ccd141b06f70c5bdb65fc0.tar.gz chromium_src-1ce8f543ecdc029983ccd141b06f70c5bdb65fc0.tar.bz2 |
Cleanup: Fix a few forward declarations.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6499002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index 05382bfb..b101d91 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -83,6 +83,7 @@ struct RendererPreferences; struct ThumbnailScore; struct ViewHostMsg_DomMessage_Params; struct ViewHostMsg_FrameNavigate_Params; +struct ViewHostMsg_RunFileChooser_Params; struct WebPreferences; // Describes what goes in the main content area of a tab. TabContents is |