Index: components/download/public/download_params.h |
diff --git a/components/download/public/download_params.h b/components/download/public/download_params.h |
index 922690031321f8a491a383b20f2edb12ac0eda64..dcf25b41986ac9b8810ab884e7e21a5c742f9e37 100644 |
--- a/components/download/public/download_params.h |
+++ b/components/download/public/download_params.h |
@@ -67,8 +67,8 @@ struct SchedulingParams { |
SchedulingParams(const SchedulingParams& other) = default; |
~SchedulingParams() = default; |
- // Cancel the download after this delay. Will cancel in-progress downloads. |
- base::TimeDelta cancel_after; |
+ // Cancel the download after this time. Will cancel in-progress downloads. |
+ base::Time cancel_time; |
// The suggested priority. Non-UI priorities may not be honored by the |
// DownloadService based on internal criteria and settings. |