Index: content/browser/renderer_host/render_view_host.cc |
=================================================================== |
--- content/browser/renderer_host/render_view_host.cc (revision 110979) |
+++ content/browser/renderer_host/render_view_host.cc (working copy) |
@@ -1496,7 +1496,7 @@ |
#endif |
void RenderViewHost::OnRunFileChooser( |
- const ViewHostMsg_RunFileChooser_Params& params) { |
+ const content::FileChooserParams& params) { |
delegate_->RunFileChooser(this, params); |
} |