summaryrefslogtreecommitdiffstats
path: root/base/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/time.h')
-rw-r--r--base/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h
index 1a0d504..dd49536 100644
--- a/base/time.h
+++ b/base/time.h
@@ -90,6 +90,7 @@ class TimeDelta {
// point value, the "regular" versions return a rounded-down value.
int InDays() const;
int InHours() const;
+ int InMinutes() const;
double InSecondsF() const;
int64 InSeconds() const;
double InMillisecondsF() const;