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

Unified Diff: base/tracked.h

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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
Index: base/tracked.h
===================================================================
--- base/tracked.h (revision 3954)
+++ base/tracked.h (working copy)
@@ -116,7 +116,7 @@
// The time this object was constructed. If its life consisted of a long
// waiting period, and then it became active, then this value is generally
// reset before the object begins it active life.
- Time tracked_birth_time_;
+ base::Time tracked_birth_time_;
#endif // TRACK_ALL_TASK_OBJECTS

Powered by Google App Engine
This is Rietveld 408576698