| 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;
|
|
|
|
|