| Index: chrome/browser/plugins/plugin_installer.cc
|
| diff --git a/chrome/browser/plugins/plugin_installer.cc b/chrome/browser/plugins/plugin_installer.cc
|
| index 6f4e32f5e62b5d39a36269b2fdf4da18552c98a2..74dd45b7988e78e47d181a76f05ae2d13e1a4e1f 100644
|
| --- a/chrome/browser/plugins/plugin_installer.cc
|
| +++ b/chrome/browser/plugins/plugin_installer.cc
|
| @@ -54,7 +54,7 @@ void BeginDownload(
|
| render_process_host_id,
|
| render_view_host_routing_id,
|
| true, // prefer_cache
|
| - content::DownloadSaveInfo(),
|
| + scoped_ptr<content::DownloadSaveInfo>(new content::DownloadSaveInfo()),
|
| callback);
|
|
|
| if (error != net::OK) {
|
|
|