| Index: chrome/browser/download/download_service.cc
|
| diff --git a/chrome/browser/download/download_service.cc b/chrome/browser/download/download_service.cc
|
| index 5970de729e94f7babe02dba5416c4d8e22a5a982..7b83ae0e3ef9c8c0715bb07345ce87904e1d9e7d 100644
|
| --- a/chrome/browser/download/download_service.cc
|
| +++ b/chrome/browser/download/download_service.cc
|
| @@ -68,8 +68,7 @@ ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
|
|
|
| // Pass an empty delegate when constructing the DownloadUIController. The
|
| // default delegate does all the notifications we need.
|
| - download_ui_.reset(new DownloadUIController(
|
| - manager, scoped_ptr<DownloadUIController::Delegate>()));
|
| + download_ui_.reset(new DownloadUIController(manager));
|
|
|
| // Include this download manager in the set monitored by the
|
| // global status updater.
|
|
|