summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 23:54:18 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 23:54:18 +0000
commitb47da7280c58ec3467a5f48c409db08072be8989 (patch)
tree29547400046f2027abe2c24732ad279280167be0 /chrome/browser/download/download_file.cc
parente134a72dd5bc286a4ce3007817f53ff62d785055 (diff)
downloadchromium_src-b47da7280c58ec3467a5f48c409db08072be8989.zip
chromium_src-b47da7280c58ec3467a5f48c409db08072be8989.tar.gz
chromium_src-b47da7280c58ec3467a5f48c409db08072be8989.tar.bz2
Refactor BaseDownloadItemModel and its inheritors.
* Move BaseDownloadItemModel to download_item_model.h. Previously it was in a windows-specific file in chrome/browser/views/. * Move SavePageModel to download_item_model.{cc,h}. Review URL: http://codereview.chromium.org/28033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_file.cc')
-rw-r--r--chrome/browser/download/download_file.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/download/download_file.cc b/chrome/browser/download/download_file.cc
index 257a8ae..79a22fa 100644
--- a/chrome/browser/download/download_file.cc
+++ b/chrome/browser/download/download_file.cc
@@ -11,6 +11,7 @@
#include "base/task.h"
#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
+#include "chrome/browser/download/download_manager.h"
#include "chrome/browser/profile.h"
#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
#include "chrome/browser/tab_contents/tab_util.h"
@@ -28,7 +29,7 @@
#endif
// Throttle updates to the UI thread so that a fast moving download doesn't
-// cause it to become unresponsive (ins milliseconds).
+// cause it to become unresponsive (in milliseconds).
static const int kUpdatePeriodMs = 500;
// Timer task for posting UI updates. This task is created and maintained by