| Index: chrome/browser/file_select_helper.cc | 
| diff --git a/chrome/browser/file_select_helper.cc b/chrome/browser/file_select_helper.cc | 
| index 591f725fa065d0454e34361d1d87fbd39782aadd..61e49fffac82110f5f6c32dfa4fa5728f8440856 100644 | 
| --- a/chrome/browser/file_select_helper.cc | 
| +++ b/chrome/browser/file_select_helper.cc | 
| @@ -407,7 +407,11 @@ void FileSelectHelper::RunFileChooserOnUIThread( | 
| FILE_PATH_LITERAL(""), | 
| web_contents_, | 
| owning_window, | 
| +#if defined(OS_ANDROID) | 
| +      static_cast<void*>(const_cast<content::FileChooserParams*>(¶ms))); | 
| +#else | 
| NULL); | 
| +#endif | 
|  | 
| select_file_types_.reset(); | 
| } | 
|  |