Index: content/browser/download/base_file.h |
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h |
index faa73c8b9315746896bc488ca611286fff0cea8f..5d1bbf987ec8e78f4c45e94167a711a6a2f2e613 100644 |
--- a/content/browser/download/base_file.h |
+++ b/content/browser/download/base_file.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/linked_ptr.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/time.h" |
+#include "content/browser/download/rate_estimator.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/download_interrupt_reasons.h" |
#include "googleurl/src/gurl.h" |
@@ -169,6 +170,8 @@ class CONTENT_EXPORT BaseFile { |
net::BoundNetLog bound_net_log_; |
+ RateEstimator rate_estimator_; |
+ |
DISALLOW_COPY_AND_ASSIGN(BaseFile); |
}; |