diff options
-rw-r--r-- | base/time.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/time.h b/base/time.h index cc99faa..58b0eb2 100644 --- a/base/time.h +++ b/base/time.h @@ -44,9 +44,6 @@ namespace base { class Time; class TimeTicks; -// This unit test does a lot of manual time manipulation. -class PageLoadTrackerUnitTest; - // TimeDelta ------------------------------------------------------------------ class BASE_API TimeDelta { @@ -535,7 +532,6 @@ class BASE_API TimeTicks { protected: friend class TimeDelta; - friend class PageLoadTrackerUnitTest; // Please use Now() to create a new object. This is for internal use // and testing. Ticks is in microseconds. |