diff options
Diffstat (limited to 'chrome/browser/download/download_file.cc')
-rw-r--r-- | chrome/browser/download/download_file.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc index 6b0fba4..f921661 100644 --- a/chrome/browser/download/download_file.cc +++ b/chrome/browser/download/download_file.cc @@ -26,6 +26,8 @@ #include "net/base/net_util.h" #include "net/url_request/url_request_context.h" +using base::TimeDelta; + // Throttle updates to the UI thread so that a fast moving download doesn't // cause it to become unresponsive (ins milliseconds). static const int kUpdatePeriodMs = 500; |