| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index daeb5ae3417be616c473f6efe258240c5e415395..80bd890838b0f7afd3a937be61893090f9e5192e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -472,7 +472,7 @@ class Browser : public TabStripModelObserver,
|
| scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
|
| content::WebContents* web_contents,
|
| const content::BluetoothChooser::EventHandler& event_handler,
|
| - const GURL& origin) override;
|
| + const url::Origin& origin) override;
|
| bool RequestAppBanner(content::WebContents* web_contents) override;
|
|
|
| bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
|
|
|