| Index: components/sync/model_impl/attachments/task_queue.h
|
| diff --git a/components/sync/model_impl/attachments/task_queue.h b/components/sync/model_impl/attachments/task_queue.h
|
| index 2a686608e3709a37a25dd56ca844b04328508c7b..afd602b654e60db0afe22b24dc06e00896c3eaae 100644
|
| --- a/components/sync/model_impl/attachments/task_queue.h
|
| +++ b/components/sync/model_impl/attachments/task_queue.h
|
| @@ -76,7 +76,7 @@ class TaskQueue : base::NonThreadSafe {
|
| // This callback is invoked by the queue with a task to be handled. The
|
| // callee is expected to (eventually) call |MarkAsSucceeded|, |MarkAsFailed|,
|
| // or |Cancel| to signify completion of the task.
|
| - typedef base::Callback<void(const T&)> HandleTaskCallback;
|
| + using HandleTaskCallback = base::Callback<void(const T&)>;
|
|
|
| // Construct a TaskQueue.
|
| //
|
|
|