| Index: base/debug/task_annotator.h
|
| diff --git a/base/debug/task_annotator.h b/base/debug/task_annotator.h
|
| index 2687c5c930ef0fbdfaf6d9c59bb1ffdd3af58d09..34115d8f3dec5c24d34717dbc1e5ee5531058d15 100644
|
| --- a/base/debug/task_annotator.h
|
| +++ b/base/debug/task_annotator.h
|
| @@ -28,7 +28,7 @@ class BASE_EXPORT TaskAnnotator {
|
|
|
| // Run a previously queued task. |queue_function| should match what was
|
| // passed into |DidQueueTask| for this task.
|
| - void RunTask(const char* queue_function, const PendingTask& pending_task);
|
| + void RunTask(const char* queue_function, PendingTask* pending_task);
|
|
|
| private:
|
| // Creates a process-wide unique ID to represent this task in trace events.
|
|
|