summaryrefslogtreecommitdiffstats
path: root/components/update_client/background_downloader_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/update_client/background_downloader_win.cc')
-rw-r--r--components/update_client/background_downloader_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/update_client/background_downloader_win.cc b/components/update_client/background_downloader_win.cc
index 870a299..262824a 100644
--- a/components/update_client/background_downloader_win.cc
+++ b/components/update_client/background_downloader_win.cc
@@ -442,7 +442,7 @@ void BackgroundDownloader::BeginDownload(const GURL& url) {
// A repeating timer retains the user task. This timer can be stopped and
// reset multiple times.
- timer_.reset(new base::RepeatingTimer<BackgroundDownloader>);
+ timer_.reset(new base::RepeatingTimer);
timer_->Start(FROM_HERE, base::TimeDelta::FromSeconds(kJobPollingIntervalSec),
this, &BackgroundDownloader::OnDownloading);
}