diff options
Diffstat (limited to 'chrome/browser/download_file.h')
-rw-r--r-- | chrome/browser/download_file.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/download_file.h b/chrome/browser/download_file.h index b995281..f9c6e91 100644 --- a/chrome/browser/download_file.h +++ b/chrome/browser/download_file.h @@ -57,9 +57,12 @@ class GURL; class MessageLoop; class ResourceDispatcherHost; class Task; -class Timer; class URLRequestContext; +namespace base { +class Timer; +} + // DownloadBuffer -------------------------------------------------------------- // This container is created and populated on the io_thread, and passed to the @@ -240,7 +243,7 @@ class DownloadFileManager // Throttle updates to the UI thread. Task* update_task_; - Timer* update_timer_; + base::Timer* update_timer_; // The MessageLoop that the DownloadManagers live on. MessageLoop* ui_loop_; |