| Index: chrome/browser/plugins/plugin_installer.cc
|
| diff --git a/chrome/browser/plugins/plugin_installer.cc b/chrome/browser/plugins/plugin_installer.cc
|
| index 2b2ea7e87546380ba9ee5c5d4cecc13e5829b940..58d3e5dae8540dc39777f052385c1678c45fdf32 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) {
|
|
|