Index: content/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents.cc (revision 110979) |
+++ content/browser/tab_contents/tab_contents.cc (working copy) |
@@ -322,7 +322,7 @@ |
void TabContents::RunFileChooser( |
RenderViewHost* render_view_host, |
- const ViewHostMsg_RunFileChooser_Params& params) { |
+ const content::FileChooserParams& params) { |
delegate()->RunFileChooser(this, params); |
} |