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

Unified Diff: base/time/time.h

Issue 2363023002: Clean up my TODO comments in SmallMap and Time. (Closed)
Patch Set: Created 4 years, 3 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/containers/small_map.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/time/time.h
diff --git a/base/time/time.h b/base/time/time.h
index b09cd9ef8d09e55c1d13a3101fb25bcb51552df9..648445f35a2394ec7bea7a5506a2dbd68ce12a67 100644
--- a/base/time/time.h
+++ b/base/time/time.h
@@ -457,8 +457,6 @@ class BASE_EXPORT Time : public time_internal::TimeBase<Time> {
static Time NowFromSystemTime();
// Converts to/from time_t in UTC and a Time class.
- // TODO(brettw) this should be removed once everybody starts using the |Time|
- // class.
static Time FromTimeT(time_t tt);
time_t ToTimeT() const;
« no previous file with comments | « base/containers/small_map.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698