Index: net/url_request/url_fetcher_core.h |
diff --git a/net/url_request/url_fetcher_core.h b/net/url_request/url_fetcher_core.h |
index 06f8451c4f8e5d1ad4d207ea0924efd8ec0d1e01..0af6d147df6313b3beced8decb0d1f3a50fee868 100644 |
--- a/net/url_request/url_fetcher_core.h |
+++ b/net/url_request/url_fetcher_core.h |
@@ -326,8 +326,7 @@ class URLFetcherCore : public base::RefCountedThreadSafe<URLFetcherCore>, |
// Timer to poll the progress of uploading for POST and PUT requests. |
// When crbug.com/119629 is fixed, scoped_ptr is not necessary here. |
- scoped_ptr<base::RepeatingTimer<URLFetcherCore> > |
- upload_progress_checker_timer_; |
+ scoped_ptr<base::RepeatingTimer> upload_progress_checker_timer_; |
// Number of bytes sent so far. |
int64 current_upload_bytes_; |
// Number of bytes received so far. |