diff options
Diffstat (limited to 'chrome/browser/ui/extensions/shell_window.cc')
| -rw-r--r-- | chrome/browser/ui/extensions/shell_window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc index dea51c2..ca41ef1 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); |
