| 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_;
|
|
|