Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5822)

Unified Diff: content/browser/download/download_file_impl.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/download/download_file_impl.h
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 4fef3fe1c1badadc6bd6888d276645da6281e70e..2a8edb3ddd83f7c5737b2ec0f3907019a5aa1abf 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -116,7 +116,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
scoped_ptr<ByteStreamReader> stream_reader_;
// Used to trigger progress updates.
- scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_;
+ scoped_ptr<base::RepeatingTimer> update_timer_;
// Statistics
size_t bytes_seen_;
« no previous file with comments | « content/browser/device_sensors/data_fetcher_shared_memory_base.cc ('k') | content/browser/download/download_file_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698