Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 6e8d8fc8b0854c0560fed91f8255e073a8b394f1..1898a3a97641e1fc32117652cec38247f766a5b9 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -382,7 +382,7 @@ JavaScriptDialogManager* Shell::GetJavaScriptDialogManager( |
scoped_ptr<BluetoothChooser> Shell::RunBluetoothChooser( |
WebContents* web_contents, |
const BluetoothChooser::EventHandler& event_handler, |
- const GURL& origin) { |
+ const url::Origin& origin) { |
const base::CommandLine& command_line = |
*base::CommandLine::ForCurrentProcess(); |
if (command_line.HasSwitch(switches::kRunLayoutTest)) { |