| 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 d2a1e489b16c3b244d4bc364230aee32084f095b..57663801a98981d9712048a0cb9a8bf789997afc 100644
|
| --- a/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| +++ b/chrome/browser/android/tab_web_contents_delegate_android.cc
|
| @@ -122,11 +122,10 @@ void TabWebContentsDelegateAndroid::RunFileChooser(
|
| FileSelectHelper::RunFileChooser(web_contents, params);
|
| }
|
|
|
| -scoped_ptr<BluetoothChooser>
|
| -TabWebContentsDelegateAndroid::RunBluetoothChooser(
|
| +scoped_ptr<BluetoothChooser> TabWebContentsDelegateAndroid::RunBluetoothChooser(
|
| content::WebContents* web_contents,
|
| const BluetoothChooser::EventHandler& event_handler,
|
| - const GURL& origin) {
|
| + const url::Origin& origin) {
|
| return make_scoped_ptr(
|
| new BluetoothChooserAndroid(web_contents, event_handler, origin));
|
| }
|
|
|