Index: chrome/browser/ui/extensions/shell_window.cc |
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc |
index dea51c243c9fa740301325e15f16da0112219816..ca41ef1fd9a9575d67dccb6c2a02077616043d80 100644 |
--- a/chrome/browser/ui/extensions/shell_window.cc |
+++ b/chrome/browser/ui/extensions/shell_window.cc |
@@ -47,7 +47,7 @@ ShellWindow::CreateParams::CreateParams() |
ShellWindow* ShellWindow::Create(Profile* profile, |
const extensions::Extension* extension, |
const GURL& url, |
- const ShellWindow::CreateParams params) { |
+ const ShellWindow::CreateParams& params) { |
// This object will delete itself when the window is closed. |
ShellWindow* window = |
ShellWindow::CreateImpl(profile, extension, url, params); |