| Index: chrome/common/time_format.h
|
| diff --git a/chrome/common/time_format.h b/chrome/common/time_format.h
|
| index 16215dc2bf0373172ee80df73c83e3b995de9d28..fc45e18fc70f7c9985c38ad463984e3c6f051e03 100644
|
| --- a/chrome/common/time_format.h
|
| +++ b/chrome/common/time_format.h
|
| @@ -31,7 +31,8 @@ class TimeFormat {
|
| static string16 TimeRemainingShort(const base::TimeDelta& delta);
|
|
|
| // For displaying a relative time in the past. This method returns either
|
| - // "Today", "Yesterday", or an empty string if it's older than that.
|
| + // "Today", "Yesterday", or an empty string if it's older than that. Returns
|
| + // the empty string for days in the future.
|
| //
|
| // TODO(brettw): This should be able to handle days in the future like
|
| // "Tomorrow".
|
|
|