| Index: base/condition_variable.h
|
| ===================================================================
|
| --- base/condition_variable.h (revision 3954)
|
| +++ base/condition_variable.h (working copy)
|
| @@ -80,7 +80,7 @@
|
| // 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();
|
|
|