Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2044)

Unified Diff: base/time.h

Issue 13818027: posix: replace nonstandard futimes call with futimens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change Time::ToTimeVal to Time::ToTimeSpec Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/platform_file_unittest.cc ('k') | base/time_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « base/platform_file_unittest.cc ('k') | base/time_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698