Index: content/browser/tab_contents/tab_contents_delegate.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate.cc (revision 110979) |
+++ content/browser/tab_contents/tab_contents_delegate.cc (working copy) |
@@ -279,7 +279,7 @@ |
} |
void TabContentsDelegate::RunFileChooser( |
- TabContents* tab, const ViewHostMsg_RunFileChooser_Params& params) { |
+ TabContents* tab, const content::FileChooserParams& params) { |
} |
void TabContentsDelegate::EnumerateDirectory(TabContents* tab, int request_id, |