From e1acf6f902e50222baf99bfb492ecc38a1604975 Mon Sep 17 00:00:00 2001 From: "dsh@google.com" Date: Mon, 27 Oct 2008 20:43:33 +0000 Subject: Move Time, TimeDelta and TimeTicks into namespace base. Review URL: http://codereview.chromium.org/7995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4022 0039d316-1c4b-4281-b951-d872f2087c98 --- base/condition_variable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/condition_variable.h') diff --git a/base/condition_variable.h b/base/condition_variable.h index 9307d8c..bceef5e 100644 --- a/base/condition_variable.h +++ b/base/condition_variable.h @@ -80,7 +80,7 @@ class ConditionVariable { // Wait() releases the caller's critical section atomically as it starts to // sleep, and the reacquires it when it is signaled. void Wait(); - void TimedWait(const TimeDelta& max_time); + void TimedWait(const base::TimeDelta& max_time); // Broadcast() revives all waiting threads. void Broadcast(); -- cgit v1.1