Chromium Code Reviews| Index: base/time.h |
| diff --git a/base/time.h b/base/time.h |
| index 33ab2271be5c252b604a4c2a5d3ae5e7868f160d..538659d9d005056124d3009fc97d1bed7167fe72 100644 |
| --- a/base/time.h |
| +++ b/base/time.h |
| @@ -62,6 +62,10 @@ class TimeDelta { |
| return delta_; |
| } |
| +#if defined(OS_POSIX) |
| + struct timespec ToTimeSpec() const; |
| +#endif |
| + |
| // Returns the time delta in some unit. The F versions return a floating |
| // point value, the "regular" versions return a rounded-down value. |
| // |