Index: base/time.h |
diff --git a/base/time.h b/base/time.h |
index 9c20b548b474031e190c806c6aef2a5ad27a3c1c..a5c27617a13a2c1a7b323f34f61874b31068b37b 100644 |
--- a/base/time.h |
+++ b/base/time.h |
@@ -294,7 +294,7 @@ class BASE_EXPORT Time { |
#if defined(OS_POSIX) |
static Time FromTimeVal(struct timeval t); |
- struct timeval ToTimeVal() const; |
+ struct timespec ToTimeSpec() const; |
brettw
2013/04/11 18:11:53
It seems weird to me that this isn't symmetric any
|
#endif |
#if defined(OS_MACOSX) |