| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 717381dfc44ad34716308ce06f5a11385705195a..70ac43b8c37a40ac7287060928bfbb6cd046acf5 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1425,7 +1425,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);
|
|
|