| 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 ce9463336158388a0974740583b0736fcc7fb172..9a5d845293ef8aef6f2504449c57974789f15771 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));
|
| }
|
|
|