| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index acc57b4d599fe0229a9de71b2f5e0d523ca83d71..4a718e9e188a6b39c182540f530828cada489bd6 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1427,7 +1427,7 @@ void Browser::ShowCertificateViewerInDevTools(
|
| scoped_ptr<content::BluetoothChooser> Browser::RunBluetoothChooser(
|
| content::WebContents* web_contents,
|
| const content::BluetoothChooser::EventHandler& event_handler,
|
| - const GURL& origin) {
|
| + const url::Origin& origin) {
|
| scoped_ptr<BluetoothChooserDesktop> bluetooth_chooser_desktop(
|
| new BluetoothChooserDesktop(event_handler));
|
| Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
|
|
|