| 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 9a5d845293ef8aef6f2504449c57974789f15771..398367263c11912dce33f2c9ab4ba0fdf8cebfc4 100644
|
| --- a/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| +++ b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| @@ -123,11 +123,11 @@ void TabWebContentsDelegateAndroid::RunFileChooser(
|
| }
|
|
|
| scoped_ptr<BluetoothChooser> TabWebContentsDelegateAndroid::RunBluetoothChooser(
|
| - content::WebContents* web_contents,
|
| + content::RenderFrameHost* frame,
|
| const BluetoothChooser::EventHandler& event_handler,
|
| const url::Origin& origin) {
|
| return make_scoped_ptr(
|
| - new BluetoothChooserAndroid(web_contents, event_handler, origin));
|
| + new BluetoothChooserAndroid(frame, event_handler, origin));
|
| }
|
|
|
| void TabWebContentsDelegateAndroid::CloseContents(
|
|
|