| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index 0b9334f06db0227fe832935713daf67d652217ee..477d9ba525f5d76c3396ac29212f73c49ee753f3 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -108,7 +108,7 @@ void RecordOpen(const base::Time& end, bool first);
|
| // new download is added to the history.
|
| void RecordHistorySize(int size);
|
|
|
| -// Record whether or not the server accepts ranges, and the download size .
|
| +// Record whether or not the server accepts ranges, and the download size.
|
| void RecordAcceptsRanges(const std::string& accepts_ranges, int64 download_len);
|
|
|
| // Record the total number of items and the number of in-progress items showing
|
|
|