| Index: chrome/browser/android/tab_web_contents_delegate_android.cc
|
| diff --git a/chrome/browser/android/tab_web_contents_delegate_android.cc b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| index ded591c5390d99b125d8450f2bd4af04592ee2e5..19d6e52a5c14e554aa37ec9b29783cb62a8c3a40 100644
|
| --- a/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| +++ b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| @@ -117,9 +117,9 @@ void TabWebContentsDelegateAndroid::LoadingStateChanged(
|
| }
|
|
|
| void TabWebContentsDelegateAndroid::RunFileChooser(
|
| - WebContents* web_contents,
|
| + content::RenderFrameHost* render_frame_host,
|
| const FileChooserParams& params) {
|
| - FileSelectHelper::RunFileChooser(web_contents, params);
|
| + FileSelectHelper::RunFileChooser(render_frame_host, params);
|
| }
|
|
|
| std::unique_ptr<BluetoothChooser>
|
|
|