| Index: base/debug/task_annotator.cc
|
| diff --git a/base/debug/task_annotator.cc b/base/debug/task_annotator.cc
|
| index 46969f28ca8cb705ed2d7440bbb21a026148a0b8..10c563614508f6f1fe6b975468e8ec464c7e0f3b 100644
|
| --- a/base/debug/task_annotator.cc
|
| +++ b/base/debug/task_annotator.cc
|
| @@ -35,7 +35,7 @@ void TaskAnnotator::RunTask(const char* queue_function,
|
|
|
| tracked_objects::TaskStopwatch stopwatch;
|
| stopwatch.Start();
|
| - tracked_objects::Duration queue_duration =
|
| + base::TimeDelta queue_duration =
|
| stopwatch.StartTime() - pending_task->EffectiveTimePosted();
|
|
|
| TRACE_EVENT_WITH_FLOW1(
|
|
|