summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resource_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resource_dispatcher_host.h')
-rw-r--r--chrome/browser/resource_dispatcher_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resource_dispatcher_host.h b/chrome/browser/resource_dispatcher_host.h
index 2205ff6..db94fcd 100644
--- a/chrome/browser/resource_dispatcher_host.h
+++ b/chrome/browser/resource_dispatcher_host.h
@@ -444,7 +444,7 @@ class ResourceDispatcherHost : public URLRequest::Delegate {
// A timer that periodically calls UpdateLoadStates while pending_requests_
// is not empty.
- RepeatingTimer update_load_states_timer_;
+ base::RepeatingTimer<ResourceDispatcherHost> update_load_states_timer_;
// We own the download file writing thread and manager
scoped_refptr<DownloadFileManager> download_file_manager_;