From 07b7d3ec83c4dd8dfbb7ebaa6861366fff69796e Mon Sep 17 00:00:00 2001 From: "dilmah@chromium.org" Date: Wed, 4 May 2011 17:16:30 +0000 Subject: class PageLoadTrackerUnitTest is not used anymore. Remove. BUG=None TEST=None Review URL: http://codereview.chromium.org/6929014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84077 0039d316-1c4b-4281-b951-d872f2087c98 --- base/time.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base') 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. -- cgit v1.1