| Index: content/browser/download/download_file_impl.cc
|
| diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc
|
| index 343672268e1bd15c5c9d64149e8556798e95e973..c5bed5405bab9a1be7c3c6a9a764c23a566e598f 100644
|
| --- a/content/browser/download/download_file_impl.cc
|
| +++ b/content/browser/download/download_file_impl.cc
|
| @@ -66,7 +66,7 @@ DownloadFileImpl::~DownloadFileImpl() {
|
| void DownloadFileImpl::Initialize(const InitializeCallback& callback) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
|
|
| - update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>());
|
| + update_timer_.reset(new base::RepeatingTimer());
|
| DownloadInterruptReason result =
|
| file_.Initialize(default_download_directory_);
|
| if (result != DOWNLOAD_INTERRUPT_REASON_NONE) {
|
|
|