Chromium Code Reviews| Index: base/time.h |
| =================================================================== |
| --- base/time.h (revision 26941) |
| +++ base/time.h (working copy) |
| @@ -71,6 +71,7 @@ |
| int64 InSeconds() const; |
| double InMillisecondsF() const; |
| int64 InMilliseconds() const; |
| + int64 InMillisecondsRoundedUp() const; |
| int64 InMicroseconds() const; |
| TimeDelta& operator=(TimeDelta other) { |